Γιώργος Πάλλας wrote:
Justin Piszcz wrote:On Thu, 17 Sep 2009, Emanoil Kotsev wrote:Justin Piszcz wrote:
<snip>
Justin.Hi, Thanks, found it, the following fixed the issue: [-]echo echo input characters * [-]echoctl same as [-]ctlecho $ stty -echoctlstty -echoctl $ Justin.Thanks for the tip! This ^C really bothered me as I copy-paste from terminals very often! The question is, how do you make this change permanent? I manned stty and nothing is mentioned, I straced it and could not find where it makes its changes, so how do I make it permanent?
Easy way to to it is to put stty -echoctl in your ~./.bashrc file. Wayne