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
Can check if terminal is raw via the termios crate. All terminals can have scrollback buffers since dynamically checking if a terminal needs one would be complicated, but scroll events should be sent directly to terminals in raw mode instead of affecting the screen's view.
TODO:
Necessary changes:
Restructure process output handling to allow buffering before passthrough over RPC to client.
Can check if terminal is raw via the
termios
crate. All terminals can have scrollback buffers since dynamically checking if a terminal needs one would be complicated, but scroll events should be sent directly to terminals in raw mode instead of affecting the screen's view.TODO:
The text was updated successfully, but these errors were encountered: