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 expand the core:terminal library with basic building blocks for building TUI applications.
Proposed Additions:
Add some well-established ANSI sequences, like mouse tracking, alternate screen buffer management, and synchronized updates.
Introduce helper procedures to wrap common operations like coloring strings, clearing the screen, etc.
Add a cross-platform procedure to get the current dimensions of the terminal window, and update the core:sys/unix library to support ioctl and TIOCGWINSZ.
Add a procedure to enable and disable terminal raw mode, which is essential for TUI applications.
Create a cross-platform system for polling and parsing raw input into structured events for key presses, mouse actions, and terminal resizing.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to expand the
core:terminal
library with basic building blocks for building TUI applications.Proposed Additions:
core:sys/unix
library to supportioctl
andTIOCGWINSZ
.Beta Was this translation helpful? Give feedback.
All reactions