summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorChris Webb <chris@arachsys.com>2023-05-11 20:21:31 +0100
committerChris Webb <chris@arachsys.com>2023-05-11 20:21:31 +0100
commit2f1e536ac75ddcf9ef4e6fd1c0255c38409b3053 (patch)
tree4be8390be26cd846be7830a9a01eb9423710fab8 /src/normal.cc
parenta69be6288c1a6b1d9fd4468ef11c742b20521d2a (diff)
Fix debug keys output for shift/ctrl modified mouse events
Although Kakoune responds to modified mouse events, they show up in the debug buffer corrupted. to_string() tests for equality on the mouse event modifiers rather than testing just the relevant bits, so the modified mouse events incorrectly fall through to the normal key handling. Fix this and restructure to allow mouse events to be modifier-prefixed. Signed-off-by: Chris Webb <chris@arachsys.com>
Diffstat (limited to 'src/normal.cc')
0 files changed, 0 insertions, 0 deletions