End of buffer suppress scroll

Micha Nelissen mdvpost@hotmail.com
Mon May 26 11:08:00 GMT 2003


Christopher Faylor wrote:
> On Sat, May 24, 2003 at 03:41:53PM +0200, Micha Nelissen wrote:
> You explained this but I still think there is an escape sequence
> which controls what happens when a character shows up in the lower
> right corner.  I thought there was a termcap/terminfo setting for
> this, too.

There is not. Windows always wraps after the last character to the next
line, except if you turn this off with a call to SetConsoleMode and disable
the WRAP_AT_EOL flag. Nowhere in the code is such a call. The only possible
conclusion is that it will always wrap.

Regards,

Micha.



More information about the Cygwin-patches mailing list