1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
wezterm/termwiz/src/terminal
Mark Thomas 7c6cf297a6 add scrolling of regions
Add two new `Change` variants: `ScrollRegionUp` and `ScrollRegionDown`, which
scroll part of the screen up or down by a number of lines.

On Unix, these are implemented using the `change_scroll_region` and
`parm_index`/`parm_rindex` terminfo capabilities if available.  If `parm_index`
or `parm_rindex` are not available, but `scroll_forward` or `scroll_reverse`
are, then these are used repeatedly to get the same effect.

On Windows, these are implemented using `ScrollConsoleScreenBuffer`.
2019-05-18 09:12:46 -07:00
..
buffered.rs update termwiz to 2018 edition 2019-02-18 23:26:41 -08:00
mod.rs update termwiz to 2018 edition 2019-02-18 23:26:41 -08:00
unix.rs clippy 2019-02-24 12:01:08 -08:00
windows.rs add scrolling of regions 2019-05-18 09:12:46 -07:00