Skip to content

Add commands for setting and resetting the scrolling region.

Neal Fachan requested to merge nfachan2/termion:master into master

I want to be able to use scrolling region commands in ratatui.

I've submitted a PR to ratatui that hardcodes the escape sequences for termion, but I would prefer to use "supported" termion structs.

Scrolling regions seem to be supported by most everything that supports ansi escape sequences.

Merge request reports