[Idle-dev] Clear Screen feature for IDLE
Steve
sanyotelefon at gmail.com
Fri May 6 10:32:33 CEST 2011
Hi,
I think it would be awesome to have a "clear screen" feature in IDLE. In the
forums, they suggest this:
def clear():
for i in range(60):
print
But it places the cursor in the end of the screen, I would like the cursor
in the beginning of the window, just like when i start the IDLE.
Best regards,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/idle-dev/attachments/20110506/169928c4/attachment.html>
More information about the IDLE-dev
mailing list