Re: curses and refreshing problem

2008-12-14 Thread Carl Banks
On Dec 14, 5:52 am, Karlo Lozovina <_kar...@_mosor.net_> wrote: > Carl Banks wrote > innews:69d2698a-6f44-4d85-adc3-1180ab158...@r15g2000prd.googlegroups.com: > > > Unless you are referring to some wget screen mode I don't know about, > > I suspect wget outputs its progress bar using carriage ret

Re: curses and refreshing problem

2008-12-14 Thread Karlo Lozovina
Carl Banks wrote in news:69d2698a-6f44-4d85-adc3-1180ab158...@r15g2000prd.googlegroups.com: > Unless you are referring to some wget screen mode I don't know about, > I suspect wget outputs its progress bar using carriage returns > without newlines. If that's all you want, there is no need to us

Re: curses and refreshing problem

2008-12-13 Thread Carl Banks
On Dec 13, 2:29 pm, Karlo Lozovina <_kar...@_mosor.net_> wrote: > Hi, I'm trying to implement text output interface, something similar to > wget, using curses module. There are just two things I can't find out how > to do: prevent curses from clearing the terminal when starting my program, > and le

curses and refreshing problem

2008-12-13 Thread Karlo Lozovina
Hi, I'm trying to implement text output interface, something similar to wget, using curses module. There are just two things I can't find out how to do: prevent curses from clearing the terminal when starting my program, and leaving my output after the program closes. Any way to do this with cu