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
Is your feature request related to a problem? Please describe.
Simply found this feature might be handy when people want to display logging in UI.
Describe the solution you'd like
A scrolling text box always sticks to the bottom (latest line). For example, the Minecraft Java server has a log widget showing what's going on with the server.
I have hacked py-cui for this purpose in my project by dynamically injecting methods into the py-cui object, which is not elegant (yet simple.....) But codes may be reused for this feature improvement.
Additional context
Like this log console to the right:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Simply found this feature might be handy when people want to display logging in UI.
Describe the solution you'd like
A scrolling text box always sticks to the bottom (latest line). For example, the Minecraft Java server has a log widget showing what's going on with the server.
I have hacked py-cui for this purpose in my project by dynamically injecting methods into the py-cui object, which is not elegant (yet simple.....) But codes may be reused for this feature improvement.
Additional context
Like this log console to the right:
The text was updated successfully, but these errors were encountered: