Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Run any command that outputs a very long message.
- Press pageup 3 to 4 times.
- See error.
Expected behavior
Screenshots

Additional context
Workarounds
- Limit the scroll offset up to the maximum number of rows of terminal
|
let mut parser = vt100::Parser::new(size.height, size.width, 200); |
- Remove the scroll functionality for now.
Solution
- Fork the vt100 and make our own crate just like the how other big projects are doing ( Big changes needed in linutil )
- Switching to a different parser ( Not ideal ).
Checklist
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Additional context
Workarounds
linutil/tui/src/running_command.rs
Line 256 in d3a801d
Solution
Checklist