Re: pressing ENTER scrambles scrolled MS-DOS-console

2011-10-12 Thread Corinna Vinschen
On Oct 4 22:32, Christopher Faylor wrote: > On Tue, Oct 04, 2011 at 06:18:33PM -0700, jan.kolar wrote: > > > > > >Corinna Vinschen-2 wrote: > >> > >> On Sep 26 14:18, Paul Maier wrote: > >>> Hi, > >>> > >>> scrolling up the console output to review the console history, then > >>> pressing > >>>

Re: pressing ENTER scrambles scrolled MS-DOS-console

2011-10-04 Thread Christopher Faylor
On Tue, Oct 04, 2011 at 06:18:33PM -0700, jan.kolar wrote: > > >Corinna Vinschen-2 wrote: >> >> On Sep 26 14:18, Paul Maier wrote: >>> Hi, >>> >>> scrolling up the console output to review the console history, then >>> pressing >>> Enter scrambles the console. >> >> That's a long standing behavi

Re: pressing ENTER scrambles scrolled MS-DOS-console

2011-10-04 Thread jan.kolar
f we have to place cursor, it should not depend on winBottom/Top. +// For example srTop / srBottom cannot be computed relative to winBottom/Top. + else if (y < 0) y = 0; else if (rel_to_top) JK -- View this message in context: http://old.nabble.com/pressing-ENTER-scrambles-scrolle

Re: pressing ENTER scrambles scrolled MS-DOS-console

2011-10-04 Thread Corinna Vinschen
On Sep 26 14:18, Paul Maier wrote: > Hi, > > scrolling up the console output to review the console history, then pressing > Enter scrambles the console. That's a long standing behaviour of the Cygwin console emulation. I guess it can be fixed, but somebody will have to do it. In the meantime, tr

Re: pressing ENTER scrambles scrolled MS-DOS-console

2011-10-02 Thread jan.kolar
owever, I cannot reproduce that, in your or any other way. I get scrambled console irregularly and unexpectedly, mainly when a program prints output when the console is scrolled or being scrolled. JK -- View this message in context: http://old.nabble.com/pressing-ENTER-scrambles-scrolled-MS-DOS-c