Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7004
| From | TheSaint <nobody@nowhere.net.no> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: A simple way to print few line stuck to the same position |
| Followup-To | comp.lang.python |
| Date | 2011-06-04 19:14 +0800 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <isd41t$koc$1@speranza.aioe.org> (permalink) |
| References | <is82r1$3rn$1@speranza.aioe.org> <4de79b45$0$29996$c3e8da3$5496439d@news.astraweb.com> <isaes8$ij4$1@speranza.aioe.org> <4de94acc$0$49184$e4fe514c@news.xs4all.nl> |
Followups directed to: comp.lang.python
Hans Mulder wrote:
> A minimalist solution would be to print the labels ("This count", etc.)
> only once, and position the cursor after it to update the report.
Generally a good point. Similar sequences are working for coloring and
formatting text. I don't know whether the program would behave to someone
else who using not konsole like I do.
> The module is called "curses" and, yes, it would be the best way to go.
OK, I didn't understand if I must setup a window first in order to implement
cursor positioning.
--
goto /dev/null
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A simple way to print few line stuck to the same position TheSaint <nobody@nowhere.net.no> - 2011-06-02 21:22 +0800
Re: A simple way to print few line stuck to the same position Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-02 14:16 +0000
Re: A simple way to print few line stuck to the same position TheSaint <nobody@nowhere.net.no> - 2011-06-03 19:00 +0800
Re: A simple way to print few line stuck to the same position Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-03 12:42 +0000
Re: A simple way to print few line stuck to the same position Hans Mulder <hansmu@xs4all.nl> - 2011-06-03 22:57 +0200
Re: A simple way to print few line stuck to the same position TheSaint <nobody@nowhere.net.no> - 2011-06-04 19:14 +0800
Re: A simple way to print few line stuck to the same position Hans Mulder <hansmu@xs4all.nl> - 2011-06-05 01:00 +0200
RE: A simple way to print few line stuck to the same position "Sarcar, Shourya C (GE Healthcare)" <shourya.sarcar@med.ge.com> - 2011-06-05 09:10 +0530
Re: A simple way to print few line stuck to the same position Hans Mulder <hansmu@xs4all.nl> - 2011-06-05 14:40 +0200
Re: A simple way to print few line stuck to the same position TheSaint <nobody@nowhere.net.no> - 2011-06-07 22:08 +0800
csiph-web