summaryrefslogtreecommitdiff
path: root/src/libvterm
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-27 17:27:13 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-27 17:27:13 +0100
commit792f0e36593d1ec13ccb8a622ca5542c500577b4 (patch)
tree34a6e9340f01bc14adda8f1f286ab56788b06de0 /src/libvterm
parent5d7ead3bc85eefd0929bfcbb579510c8164ea1be (diff)
downloadvim-git-792f0e36593d1ec13ccb8a622ca5542c500577b4.tar.gz
patch 8.0.1550: various small problems in source filesv8.0.1550
Problem: Various small problems in source files. Solution: Fix the problems.
Diffstat (limited to 'src/libvterm')
-rw-r--r--src/libvterm/include/vterm_keycodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libvterm/include/vterm_keycodes.h b/src/libvterm/include/vterm_keycodes.h
index 7a7791696..2c5448345 100644
--- a/src/libvterm/include/vterm_keycodes.h
+++ b/src/libvterm/include/vterm_keycodes.h
@@ -8,6 +8,7 @@ typedef enum {
VTERM_MOD_CTRL = 0x04
} VTermModifier;
+/* The order here must match keycodes[] in src/keyboard.c! */
typedef enum {
VTERM_KEY_NONE,