Add commands for setting and resetting the scrolling region.
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.