Message-Id: <199611291755.CAA19774@mail.st.rim.or.jp> From: "Daisuke Aoyama" To: "Eli Zaretskii" Cc: "DJGPP ML" Subject: Re: Changing directories in BASH Date: Sat, 30 Nov 1996 02:29:32 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Eli Zaretskii wrote: > AFAIK, `bash' uses the GNU `readline' library to read its input, and the > DJGPP port of `readline' reads the keyboard in a way that doesn't know > about the arrows and the rest of editing keys. Without changing the way > `readline' works on MSDOS, I guess the answer is: you can't. (It is the > same in GDB, btw.) Somebody should sit down and improve the port of > `readline', IMHO. I added the support(translation) code to tminit.c. Then bash allows function keys and arrow keys. But it seems I need to add it to readline. Daisuke Aoyama jack AT st DOT rim DOT or DOT jp