[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ctrl-L does nothing
From: |
Bob Proulx |
Subject: |
Re: Ctrl-L does nothing |
Date: |
Wed, 27 Oct 2010 18:25:49 -0600 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
humpty@chorion.ath.cx wrote:
> From a fresh installed Debian Lenny, and a CentOS 5 in a
> Linux-Vserver, I've downloaded and compiled bash 4.0, and Ctrl-L
> does nothing, but going to a new prompt line as a single Enter
> would. usually Ctrl-L clear the screen.
Thank you for the report. Please keep bug-bash in the recipient list
for any follow-ups so that the group can participate.
This behavior that you describe is the behavior that bash uses when it
does not have termcap/terminfo for your terminal type.
Does 'clear' do anything in your present environment?
$ clear
Normally that would produce terminal escape sequences but if it
doesn't then that would be another indicator that your terminal is not
configured sufficiently.
What is your TERM variable?
$ echo $TERM
Bob