summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-03-01 22:09:21 +0000
committervimboss <devnull@localhost>2006-03-01 22:09:21 +0000
commitb6fece131bb1983bfeded71e75bafc5570cf0270 (patch)
tree16e61ca0dbcc0ffeb10a3fb5072842144ca9f89d /src/term.c
parent32a9ca3f85d762c0827230e63e8a2b952c5e9aba (diff)
downloadvim-b6fece131bb1983bfeded71e75bafc5570cf0270.tar.gz
updated for version 7.0211
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index c3c5979e..99dc1b0c 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3918,6 +3918,7 @@ check_termcode(max_offset, buf, buflen)
continue;
key_name[0] = NUL; /* no key name found yet */
+ key_name[1] = NUL; /* no key name found yet */
modifiers = 0; /* no modifiers yet */
#ifdef FEAT_GUI