diff options
-rw-r--r-- | src/termhooks.h | 2 |
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 { /* For an ascii_keystroke, this is the character. For a non_ascii_keystroke, this is the keysym code. - For a mouse event, this is the button number. + For a mouse event, this is the button number. */ int code; enum scroll_bar_part part; |