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


Hi,

>> This scroll is not with scrollbar, but when adding a line. When a
>> character is written in right bottom cell, all of buffer is
>> scrolled. With this patch, the cursor can be 'out of range' while
...
>
> 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 indeed is a termcap entry. But it has no effect in screen. This is the
same as the termcap entry on EOL wrap, you can disable that too in termcap,
but almost no program works anymore then. It's just 'the default' I think to
have EOL wrap, and no wrap at last character of buffer.

Micha.


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