On Mon, 2003-05-19 at 22:24, jochen issing wrote: > Hi List, > > I am wondering how to reset the console echo mode, whenever I cancelled > the cvs password-promt. I know it is possible, but can't find the escape > sequence/command. > > Thanks, > > jochen > -- > ---------------------------------------- > jochen issing > mailto:[EMAIL PROTECTED] > http://www.mcf-music.de > GPG:0A121BC8 > ---------------------------------------- >
stty -echo # turn echo off stty echo # turn echo on Hope this helps. Charles

