aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index d9abb3e72ce..65abf51dc1a 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -261,7 +261,7 @@ struct input_event {
261 261
262 /* For an ascii_keystroke, this is the character. 262 /* For an ascii_keystroke, this is the character.
263 For a non_ascii_keystroke, this is the keysym code. 263 For a non_ascii_keystroke, this is the keysym code.
264 For a mouse event, this is the button number. 264 For a mouse event, this is the button number. */
265 int code; 265 int code;
266 enum scroll_bar_part part; 266 enum scroll_bar_part part;
267 267