diff src/keymap.h @ 595:fea48f63efc8

updated for version 7.0169
author vimboss
date Tue, 13 Dec 2005 20:02:15 +0000
parents 0fd7ac767ecd
children 9e359e5759f6
line wrap: on
line diff
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -7,18 +7,18 @@
  */
 
 /*
+ * 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 */
 
 /*
- * Keycode definitions for special keys.
- *
- * Any special key code sequences are replaced by these codes.
- */
-
-/*
  * 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