mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 19:31:49 +03:00
7c6cf297a6
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`. |
||
---|---|---|
.. | ||
buffered.rs | ||
mod.rs | ||
unix.rs | ||
windows.rs |