X10 click-only mouse reporting

This commit is contained in:
Mitchell Hashimoto
2022-08-26 12:04:54 -07:00
parent 43b7727cf8
commit 93f45af41b
2 changed files with 71 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ pub const Mode = enum(u16) {
/// Enable or disable automatic line wrapping.
autowrap = 7,
/// Click-only (press) mouse reporting.
mouse_event_x10 = 9,
/// Set whether the cursor is visible or not.
cursor_visible = 25,