You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have a split console screen, each fragment has its own text streams.
Is there anything more efficient than just every time writing layout["top"].Update(new Text(stringBuilder.ToString()))?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to have a split console screen, each fragment has its own text streams.
Is there anything more efficient than just every time writing
layout["top"].Update(new Text(stringBuilder.ToString()))
?Beta Was this translation helpful? Give feedback.
All reactions