mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
csi: implement CSI ? 1007 h/l - alternateScroll
When enabled, mouse scrolls in the alternate screen are converted to up/down key presses.
This commit is contained in:
parent
9029478e8c
commit
4168f91d40
3 changed files with 31 additions and 6 deletions
|
|
@ -246,6 +246,7 @@ struct terminal {
|
|||
bool insert_mode;
|
||||
bool bracketed_paste;
|
||||
bool focus_events;
|
||||
bool alt_scrolling;
|
||||
enum mouse_tracking mouse_tracking;
|
||||
enum mouse_reporting mouse_reporting;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue