crossterm-rs / crossterm

Cross platform terminal library rust
MIT License
3.27k stars 279 forks source link

Add region-scrolling commands. #923

Open nfachan opened 2 months ago

nfachan commented 2 months ago

This is an alternative to #918.

This exposes two commands for setting and resetting the scrolling region. This exactly how ansi terminals operate.

There are no implementations provided for old windows terminals, as this isn't a concept they have.