This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: End of buffer suppress scroll


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]