[Idle-dev] Clear Screen feature for IDLE

Roger Serwy roger.serwy at gmail.com
Sat May 7 15:16:36 CEST 2011


Hi Steve,

An extension exists to do exactly what you want. Check out: 
http://bugs.python.org/issue6143

Cheers,
Roger



On 05/06/2011 03:32 AM, Steve wrote:
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/idle-dev/attachments/20110507/850dafda/attachment.html>


More information about the IDLE-dev mailing list