Date: Sat, 14 Jul 2001 09:56:58 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7263-Sat14Jul2001095657+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: (message from HARY on 13 Jul 2001 20:49:51 GMT) Subject: Re: Bash-crash and other '_inputrc' problems. References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: HARY > Newsgroups: comp.os.msdos.djgpp > Date: 13 Jul 2001 20:49:51 GMT > > Ok, this solves 17/18 of my problem. One character (0x0e) still cannot be > entered - even using Alt+keypad technique. Function that handles bash's > keyboard input apparently doesn't "know" that this code is not always > prefix. It's a BIOS function; take a look at the termios sources in the DJGPP library (djlsr203.zip, file name src/libc/posix/termios/tminit.c). If you can suggest a better way, please do. > There are other weird things with bash's input handling. > For example, including in _inputrc: > > "\245":"anything" > > causes bash to exit when this character is entered It probably interprets that as some special command, but I don't have time to investigate this, unforunately.