summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-05-17 01:50:12 +0000
committerMichael Jennings <mej@kainx.org>2001-05-17 01:50:12 +0000
commitff68bdd1c9a8c153c6196ebdfb3158373bfd0ade (patch)
treecab7473dccba517396eeb0d357b51d1a1389a554 /src/feature.h
parenta722c163f7dd7f7d2bb73e14f29906805c0e7841 (diff)
downloadeterm-ff68bdd1c9a8c153c6196ebdfb3158373bfd0ade.tar.gz
Wed May 16 18:09:55 PDT 2001 Michael Jennings <mej@eterm.org>
I made several corrections to the terminfo entry noted by Thomas Dickey <dickey@herndon4.his.com>: - Removed cvvis. It wasn't actually supported and thus conflicted with cnorm. - Removed kf0, which conflicted with kf10. - Added the CPR (u6) capability which I inadvertantly omitted. I also removed the extraneous identities, keeping only "Eterm" and "Eterm-color". In a similar vein, I enabled the u8/u9 handshake while keeping the ENQ (^E) response disabled. SVN revision: 4773
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/feature.h b/src/feature.h
index 263b1a6..5b6a523 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -209,12 +209,13 @@
/* To control what the Eterm detection sequence, ESC-Z, replies with */
/* #define ESCZ_ANSWER "\033[?1;2C" */
-/* Comment this out to allow printing of the VT100_ANS sequence. See
- * command.c. I have no idea what this is supposed to do, but disabling
- * it will prevent your terminal from getting garbage when ^E (ctrl-E)
- * is printed on it.
+/* Defining NO_ENQ_ANS disables the response to the ENQ (Ctrl-E) character. I
+ * don't believe xterm answers this one, so neither will we by default. xterm
+ * does, however, answer the ANSI/ECMA-48 DA sequence \e[c (the u9 capability),
+ * so we will too.
*/
-#define NO_VT100_ANS
+#define NO_ENQ_ANS
+/* #define NO_VT100_ANS */
/* Allow changing of the foreground and background colors with "\E]39;color^G" */
#define XTERM_COLOR_CHANGE