Python3 curses behavior

Dan Stromberg drsalists at gmail.com
Mon Feb 11 18:53:45 EST 2013


Sent from my android phone.
On Feb 10, 2013 2:09 PM, "Vlasov Vitaly" <vnigtha at gmail.com> wrote:
>
> суббота, 9 февраля 2013 г., 23:22:47 UTC+4 пользователь Terry Reedy
написал:
> > On 2/9/2013 6:23 AM, Vlasov Vitaly wrote:
>
> > --
> >
> > Terry Jan Reedy
>
> Thank you.
>
> I tried everything in my test script.
> win.leaveok() - no effect
> curses.cur_vis() - no effect
> win.scrollok() - start newline and place cursor on it
>
> It's only one last option:
> on last line last char try/except with pass.

I doubt this is a Python 2 or Python 3 problem; historically some terminal
types curses supports could not fill the lower right-most character cell
without causing an undesired scroll of the screen by one line.  So portable
curses programs avoid filling that spot with anything.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130211/35a657e6/attachment.html>


More information about the Python-list mailing list