summaryrefslogtreecommitdiff
path: root/usr.bin/vi/common/key.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-07-24 16:16:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-07-24 16:16:11 +0000
commit9fe0ebe622331e4ca8b324440857ac3415cf231e (patch)
treeda7d517118e7d40dfef8b4943e368ecbd43475cb /usr.bin/vi/common/key.h
parent4e78eb09c86098d70b62e357fffcf4c3d379074f (diff)
bring vi/ex up to 1.71
Diffstat (limited to 'usr.bin/vi/common/key.h')
-rw-r--r--usr.bin/vi/common/key.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vi/common/key.h b/usr.bin/vi/common/key.h
index 61b0ac87903..76fb64f8e1e 100644
--- a/usr.bin/vi/common/key.h
+++ b/usr.bin/vi/common/key.h
@@ -6,7 +6,7 @@
*
* See the LICENSE file for redistribution information.
*
- * @(#)key.h 10.14 (Berkeley) 4/10/96
+ * @(#)key.h 10.18 (Berkeley) 6/30/96
*/
/*
@@ -48,8 +48,8 @@ typedef enum {
E_SIGTERM, /* SIGTERM. */
E_STRING, /* Input string: e_csp, e_len set. */
E_TIMEOUT, /* Timeout. */
- E_WRITE, /* Write. */
- E_WRITEQUIT /* Write and quit. */
+ E_WRESIZE, /* Window resize. */
+ E_WRITE /* Write. */
} e_event_t;
/*
@@ -185,7 +185,7 @@ extern KEYLIST keylist[];
#define EC_MAPINPUT 0x004 /* Apply the input map. */
#define EC_MAPNODIGIT 0x008 /* Return to a digit. */
#define EC_QUOTED 0x010 /* Try to quote next character */
-#define EC_RAW 0x020 /* Any next character. */
+#define EC_RAW 0x020 /* Any next character. XXX: not used. */
#define EC_TIMEOUT 0x040 /* Timeout to next character. */
/* Flags describing text input special cases. */