From 83a2cf3e36a20b7740a2902d2ef4996df7a46270 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 16 Aug 2016 23:13:05 +0200 Subject: 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. --- term/users.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'term/users.c') diff --git a/term/users.c b/term/users.c index 8151dc70..193b3582 100644 --- a/term/users.c +++ b/term/users.c @@ -183,9 +183,6 @@ open_hook (struct trivfs_control *cntl, open_count++; /* XXX debugging */ - /* XXX debugging */ - assert (! (termstate.c_oflag & OTILDE)); - /* Assert DTR if necessary. */ if (termflags & NO_CARRIER) { -- cgit v1.2.3