respond to mouse events

This commit is contained in:
alice pellerin
2026-03-21 03:08:07 -05:00
parent 1bd5d41123
commit 348c33143e
4 changed files with 82 additions and 21 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ impl Buffer {
primary_cursor: Cursor::default(),
cursors: Vec::new(),
marks: HashSet::from([0, 4, 12, 15, 16, 17]),
marks: HashSet::new(),
mode: Mode::Normal,
partial_action: None,