aboutsummaryrefslogtreecommitdiff
path: root/termkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'termkey.c')
-rw-r--r--termkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey.c b/termkey.c
index 2448833..2975f5a 100644
--- a/termkey.c
+++ b/termkey.c
@@ -105,7 +105,7 @@ termkey_t *termkey_new_full(int fd, int flags, size_t buffsize, int waittime)
tk->keynames[i] = NULL;
for(i = 0; i < tk->ncsifuncs; i++)
- tk->csifuncs[i].sym = TERMKEY_SYM_NONE;
+ tk->csifuncs[i].sym = TERMKEY_SYM_UNKNOWN;
// Special built-in names
termkey_register_keyname(tk, TERMKEY_SYM_NONE, "NONE");