summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-12 15:10:30 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-12 15:10:30 +0000
commit4b4fc640461f0f6e152204deda38a4e9272fe9e1 (patch)
tree90987f57b1ce297ed33393520f6bd1270000e1f1 /term/term.h
parent0ca5a446a7d11fabb437697da5c642e47f9e779f (diff)
*** empty log message ***
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 954fb73c..44a5e248 100644
--- a/term/term.h
+++ b/term/term.h
@@ -33,13 +33,15 @@
#undef NOFLSH
#include <termios.h>
-#define CHAR_SOH '\001' /* C-a */
#define CHAR_EOT '\004' /* C-d */
#define CHAR_DC1 '\021' /* C-q */
#define CHAR_DC2 '\022' /* C-r */
#define CHAR_DC3 '\023' /* C-s */
#define CHAR_USER_QUOTE '\377' /* break quoting, etc. */
+/* This bit specifies control */
+#define CTRL_BIT 0x20
+
/* XXX These belong in <termios.h> */
#define ILCASE (1 << 14)
#define OLCASE (1 << 9)