Crossterm
is a Julia library that provides rich functionality to control and manipulate terminal interfaces using the excellent crossterm-rs
crate.
This includes operations like cursor movement, color and style management, and much more.
- Cursor movement (up, down, left, right, etc.)
- Color manipulation (foreground, background)
- Style manipulation (bold, underline, etc.)
- Terminal manipulation (clearing, resizing, etc.)
- Scroll operations
- Screen buffering