![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRE: cursor positioning
From: Albert Leibbrandt <albert@compuscan.co.za>
Date: Mon Jul 11 2005 - 16:42:34 CEST
-----Original Message-----
Larry Bates wrote:
>While not "curses" based this class will update screen as you
of course all in the same line and not under the last line.
Mage
--
Why not use something like this?
counter = 0
while 1:
if (counter % 100) == 0:
print'%s files read '%counter
counter += 1
Received on Thu Sep 29 16:52:42 2005
|