6 May 2011 10:32
Clear Screen feature for IDLE
Steve <sanyotelefon <at> gmail.com>
2011-05-06 08:32:33 GMT
2011-05-06 08:32:33 GMT
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
_______________________________________________ IDLE-dev mailing list IDLE-dev <at> python.org http://mail.python.org/mailman/listinfo/idle-dev
RSS Feed