Re: console enhancements: mouse events etc

2010-03-30 Thread Thomas Wolff
Andy Koppe schrieb: How can I enforce printing garbage so I can test the reset command? echo $'\e(0' and echo ^N (Control-N) for the other mode, which is more likely to occur by binary output; the enable sequence for it is echo ^[)0 (same as above, with ')' instead of '('). And I f

Re: console enhancements: mouse events etc

2010-03-30 Thread Corinna Vinschen
On Mar 30 17:36, Andy Koppe wrote: > > How can I enforce printing garbage so I > > can test the reset command? > > echo $'\e(0' Thanks, works fine. Just like the reset command now. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: console enhancements: mouse events etc

2010-03-30 Thread Andy Koppe
> How can I enforce printing garbage so I > can test the reset command? echo $'\e(0'

Re: console enhancements: mouse events etc

2010-03-30 Thread Corinna Vinschen
On Mar 30 17:46, Thomas Wolff wrote: > Corinna Vinschen wrote: > >>>Since you were looking into the Cygwin console code lately, maybe you > >>>could find out why `stty sane' doesn't reset the character set? > >>The tool to use would be 'reset'. So I'll try to find out why > >>'reset' doesn't reset

Re: console enhancements: mouse events etc

2010-03-30 Thread Thomas Wolff
Corinna Vinschen wrote: Since you were looking into the Cygwin console code lately, maybe you could find out why `stty sane' doesn't reset the character set? The tool to use would be 'reset'. So I'll try to find out why 'reset' doesn't reset the character set :-\ . There are two methods to

Re: console enhancements: mouse events etc

2010-03-30 Thread Corinna Vinschen
On Mar 30 12:53, Thomas Wolff wrote: > Hi Corinna, > > On 30.03.2010 11:59, Corinna Vinschen wrote: > >Hi Thomas, > For some reason this mail didn't make it into my cygwin mailbox, so > it's good you sent me a personal CC. Weird. You should really check your mail chain. I never had a problem to

Re: console enhancements: mouse events etc

2010-03-30 Thread Thomas Wolff
Hi Corinna, On 30.03.2010 11:59, Corinna Vinschen wrote: Hi Thomas, For some reason this mail didn't make it into my cygwin mailbox, so it's good you sent me a personal CC. ... Since you were looking into the Cygwin console code lately, maybe you could find out why `stty sane' doesn't re

Re: console enhancements: mouse events etc

2010-03-30 Thread Corinna Vinschen
Hi Thomas, On Jan 26 16:08, Thomas Wolff wrote: > On 25.01.2010 20:08, Corinna Vinschen wrote: > >Hi Thomas, > >... > >can you please create a patch to add some words to the "What's new and > >what changed from 1.7.1 to 1.7.2" section in the User's Guide > >(winsup/doc/new-features.sgml), in terms