summaryrefslogtreecommitdiff
path: root/xc/programs/xterm/TekPrsTbl.c
diff options
context:
space:
mode:
authorgildea <empty>1991-05-29 18:06:08 +0000
committergildea <empty>1991-05-29 18:06:08 +0000
commite85121b972736d380ee5d7e7e097e7b21b724b89 (patch)
treeb7954e2a3c79a737a3f2fbdc4440a56d32e61134 /xc/programs/xterm/TekPrsTbl.c
parent9530513c8d4dc012fa0e887a686f1aed00c27122 (diff)
put comment on each table header
Diffstat (limited to 'xc/programs/xterm/TekPrsTbl.c')
-rw-r--r--xc/programs/xterm/TekPrsTbl.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/xc/programs/xterm/TekPrsTbl.c b/xc/programs/xterm/TekPrsTbl.c
index b1f64e544..0105786a7 100644
--- a/xc/programs/xterm/TekPrsTbl.c
+++ b/xc/programs/xterm/TekPrsTbl.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: TekPrsTbl.c,v 1.5 91/04/02 14:11:25 gildea Exp $
+ * $XConsortium: TekPrsTbl.c,v 1.6 91/05/08 17:29:08 gildea Exp $
*/
@@ -34,7 +34,7 @@
#define Const /**/
#endif
-Const int Talptable[] =
+Const int Talptable[] = /* US (^_) normal alpha mode */
{
/* NUL SOH STX ETX */
CASE_IGNORE,
@@ -358,7 +358,7 @@ CASE_PRINT,
CASE_PRINT,
};
-Const int Tbestable[] =
+Const int Tbestable[] = /* ESC while in bypass state */
{
/* NUL SOH STX ETX */
CASE_BYP_STATE,
@@ -682,7 +682,7 @@ CASE_BYP_STATE,
CASE_BYP_STATE,
};
-Const int Tbyptable[] =
+Const int Tbyptable[] = /* ESC CAN (^X) bypass state */
{
/* NUL SOH STX ETX */
CASE_IGNORE,
@@ -1006,7 +1006,7 @@ CASE_IGNORE,
CASE_IGNORE,
};
-Const int Tesctable[] =
+Const int Tesctable[] = /* ESC */
{
/* NUL SOH STX ETX */
CASE_CURSTATE,
@@ -1330,7 +1330,7 @@ CASE_IGNORE,
CASE_IGNORE,
};
-Const int Tipltable[] =
+Const int Tipltable[] = /* RS (^^) incremental plot */
{
/* NUL SOH STX ETX */
CASE_IGNORE,
@@ -1654,7 +1654,7 @@ CASE_IGNORE,
CASE_IGNORE,
};
-Const int Tplttable[] =
+Const int Tplttable[] = /* GS (^]) graph (plot) mode */
{
/* NUL SOH STX ETX */
CASE_IGNORE,
@@ -1978,7 +1978,7 @@ CASE_IGNORE,
CASE_IGNORE,
};
-Const int Tpttable[] =
+Const int Tpttable[] = /* FS (^\) point plot mode */
{
/* NUL SOH STX ETX */
CASE_IGNORE,
@@ -2302,7 +2302,7 @@ CASE_IGNORE,
CASE_IGNORE,
};
-Const int Tspttable[] =
+Const int Tspttable[] = /* ESC FS (^\) special point plot */
{
/* NUL SOH STX ETX */
CASE_IGNORE,