bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: echo ^C


From: Greg Wooledge
Subject: Re: echo ^C
Date: Wed, 24 Feb 2010 08:30:33 -0500
User-agent: Mutt/1.4.2.3i

On Tue, Feb 23, 2010 at 05:23:00PM -0500, Chet Ramey wrote:
> That capability (readline echoing the key that generated a signal if the
> ECHOCTL bit was set with stty) was not added until bash-4.0.  It's a
> settable variable in bash-4.1, so you may not want to rely on it.

... Ah, there it is.  In readline.

bind 'set echo-control-characters off'
echo 'set echo-control-characters off' >> ~/.inputrc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]