On Fri, 03 Jun 2011 19:00:22 +0800, TheSaint wrote:

> Steven D'Aprano wrote:
> 
>> def spinner():
>> chars = '|/-\\'
> 
> Not exactly.
> I'd like to show 4~6 line of report and refreshing periodically all of
> them, avoiding to scroll down.


You have to use the curses module for that.


-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to