Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38711
| References | <3adc871c-9a35-42ea-9687-52413d72a918@googlegroups.com> <mailman.1560.1360437812.2939.python-list@python.org> <56516403-5a1a-4b3e-9b99-8a687535a09a@googlegroups.com> |
|---|---|
| Date | 2013-02-11 15:53 -0800 |
| Subject | Re: Python3 curses behavior |
| From | Dan Stromberg <drsalists@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1673.1360627136.2939.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Sent from my android phone. On Feb 10, 2013 2:09 PM, "Vlasov Vitaly" <vnigtha@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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python3 curses behavior Vlasov Vitaly <vnigtha@gmail.com> - 2013-02-09 03:23 -0800
Re: Python3 curses behavior Chris Angelico <rosuav@gmail.com> - 2013-02-09 22:28 +1100
Re: Python3 curses behavior Vlasov Vitaly <vnigtha@gmail.com> - 2013-02-09 04:38 -0800
Re: Python3 curses behavior Vlasov Vitaly <vnigtha@gmail.com> - 2013-02-09 04:38 -0800
Re: Python3 curses behavior Terry Reedy <tjreedy@udel.edu> - 2013-02-09 14:22 -0500
Re: Python3 curses behavior Vlasov Vitaly <vnigtha@gmail.com> - 2013-02-10 14:06 -0800
Re: Python3 curses behavior Dan Stromberg <drsalists@gmail.com> - 2013-02-11 15:53 -0800
Re: Python3 curses behavior Vlasov Vitaly <vnigtha@gmail.com> - 2013-02-10 14:06 -0800
csiph-web