aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-10-05 09:51:00 +0000
committerGerd Moellmann <[email protected]>2001-10-05 09:51:00 +0000
commita9dff54b9422ed37535789a2095c3d721e8dcba9 (patch)
treee6ea65408d517c0e5c6de6da4359312a23b5b7ff /src/termhooks.h
parentbf9f2aabfea2209ad109606642aac60e037853bd (diff)
(struct input_event): Use proper type for `kind'.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index e129fa2a8a..6a8cc8befd 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -341,7 +341,7 @@ enum event_kind
struct input_event
{
/* What kind of event was this? */
- int kind;
+ enum event_kind kind;
/* For an ascii_keystroke and multibyte_char_keystroke, this is the
character.