summaryrefslogtreecommitdiffstats
path: root/src/keymap.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-13 20:02:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-13 20:02:15 +0000
commitb0bf8580c38d51a44ffe973fef946e538df16dac (patch)
tree68bec782de16be0d760320d972717328cfe16844 /src/keymap.h
parent900b4d77f00b3ab7503d5e2865eca61ce5005c69 (diff)
updated for version 7.0169
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 7bc6c47cec..88855f1f7d 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -7,18 +7,18 @@
*/
/*
- * For MSDOS some keys produce codes larger than 0xff. They are split into two
- * chars, the first one is K_NUL (same value used in term.h).
- */
-#define K_NUL (0xce) /* for MSDOS: special key follows */
-
-/*
* Keycode definitions for special keys.
*
* Any special key code sequences are replaced by these codes.
*/
/*
+ * For MSDOS some keys produce codes larger than 0xff. They are split into two
+ * chars, the first one is K_NUL (same value used in term.h).
+ */
+#define K_NUL (0xce) /* for MSDOS: special key follows */
+
+/*
* K_SPECIAL is the first byte of a special key code and is always followed by
* two bytes.
* The second byte can have any value. ASCII is used for normal termcap