Re: Ctrl- does nothing

2010-11-09 Thread Chet Ramey
> `clear' command works. > $TERM is linux, and xterm: I've tested in both TTYs, and X11 > > > $ bind -p | grep clear > "\C-l": clear-screen > > I've tried to un-bind (bind -r ^L), at this moment TTY beeps on Ctrl-L > and re-bind (bind ^L:clear-screen): no beep, just new line > > the terminal ca

Re: Ctrl- does nothing

2010-11-09 Thread Greg Wooledge
On Tue, Nov 09, 2010 at 04:38:21AM +0100, hum...@chorion.ath.cx wrote: > the terminal can C-l, I use it with Debian's default /bin/bash > (3.2.39(1)-release) > but as soon as I go to /usr/local/bin/bash (where bash4 is), it doesn't work > any more. It would be helpful to indicate which version o

Re: Ctrl- does nothing

2010-11-09 Thread Andreas Schwab
Greg Wooledge writes: > Crap, libncurses5-dev isn't installed. If you have neither libncurses nor libtermap then configure will use the included termacp. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for som

Re: Ctrl- does nothing

2010-11-08 Thread humpty
Hello, `clear' command works. $TERM is linux, and xterm: I've tested in both TTYs, and X11 $ bind -p | grep clear "\C-l": clear-screen I've tried to un-bind (bind -r ^L), at this moment TTY beeps on Ctrl-L and re-bind (bind ^L:clear-screen): no beep, just new line the terminal can C-l, I use i