Re: clearing the scrollback buffer in mintty

2009-03-16 Thread Andy Koppe
Lee D. Rothstein: > Dave Korn "piped": > >> For gui consoles, use > >>  alias cls='echo -e "\033c"' > >> which does clear the scrollback buffer. > > Thanks Dave, this works on 'xterm' but not on 'mintty'. > > On 'mintty' it does a 'clear' (i.e., clears the screen), > rather than a 'cls' (i.e., clea

Re: clearing the scrollback buffer in mintty

2009-03-15 Thread Lee D.Rothstein
Andy Koppe wrote: Lee said: For gui consoles, use alias cls='echo -e "\033c"' which does clear the scrollback buffer. Thanks Dave, this works on 'xterm' but not on 'mintty'. On 'mintty' it does a 'clear' (i.e., clears the screen), rather than a 'cls' (i.e., clears the

Re: clearing the scrollback buffer in mintty

2009-03-15 Thread Andy Koppe
Lee said: >> For gui consoles, use > >>  alias cls='echo -e "\033c"' > >> which does clear the scrollback buffer. > > Thanks Dave, this works on 'xterm' but not on 'mintty'. > > On 'mintty' it does a 'clear' (i.e., clears the screen), > rather than a 'cls' (i.e., clears the screen and > scrollback

clearing the scrollback buffer in mintty

2009-03-14 Thread Lee D. Rothstein
Dave Korn "piped": For gui consoles, use alias cls='echo -e "\033c"' which does clear the scrollback buffer. Thanks Dave, this works on 'xterm' but not on 'mintty'. On 'mintty' it does a 'clear' (i.e., clears the screen), rather than a 'cls' (i.e., clears the screen and scrollback buf