updated for version 7.0169
diff --git a/src/keymap.h b/src/keymap.h
index 7bc6c47..88855f1 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