diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-09-20 10:34:24 +0200 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-11-13 01:28:53 +0100 |
| commit | a1af04d1db8a677c727776b7f15e3a1529ea8a50 (patch) | |
| tree | 0f56f9bf30feafb9845841639afd5d8170c918f3 /vterm-module.h | |
| parent | 141935df5fbd2e4c1dbeaf2bca0d69ab55af5b74 (diff) | |
Support mouse-scroll eventstmux_mouse_scroll_support
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h index 0934087..3380f95 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -48,6 +48,7 @@ typedef struct Term { bool is_invalidated; Cursor cursor; + bool mouse; // Send mouse events to the shell } Term; // Faces |
