diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-16 23:13:05 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-16 23:15:17 +0200 |
commit | 83a2cf3e36a20b7740a2902d2ef4996df7a46270 (patch) | |
tree | 18896cd8f453aa358563a74af9b6c4b0b5b6fa83 /term/term.h | |
parent | 02f5c0208985d60fede08c1eafad04e80353b670 (diff) |
Drop OTILDE support
It was used long ago, poses problems to readline, and currently conflicts
with TAB1
Thanks Kalle Olavi Niemitalo for the report and rationale
* term/munge.c (output_character): Do not handle OTILDE.
(output_width): Likewise.
* term/term.h (OTILDE): Drop macro definition.
* term/users.c (open_hook): Do not check OTILDE flag.
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h index 3067425c..0a428691 100644 --- a/term/term.h +++ b/term/term.h @@ -65,7 +65,6 @@ #else #define OLCASE (1 << 9) #endif -#define OTILDE (1 << 10) /* used in mdmctl device call */ #define MDMCTL_BIS 0 |