summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-12 18:31:04 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-12 18:31:04 +0000
commit9474c6318ad2effa3e80246d1012cb111e726bf0 (patch)
treeb1f5dbfbd38913dcc4ebf721f81443472937dec0 /term/term.h
parent4b4fc640461f0f6e152204deda38a4e9272fe9e1 (diff)
*** empty log message ***
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 44a5e248..b30ac826 100644
--- a/term/term.h
+++ b/term/term.h
@@ -40,7 +40,7 @@
#define CHAR_USER_QUOTE '\377' /* break quoting, etc. */
/* This bit specifies control */
-#define CTRL_BIT 0x20
+#define CTRL_BIT 0x40
/* XXX These belong in <termios.h> */
#define ILCASE (1 << 14)