<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi Steve,<br>
    <br>
    An extension exists to do exactly what you want. Check out:
    <a class="moz-txt-link-freetext" href="http://bugs.python.org/issue6143">http://bugs.python.org/issue6143</a><br>
    <br>
    Cheers,<br>
    Roger<br>
    <br>
    <br>
    <br>
    On 05/06/2011 03:32 AM, Steve wrote:
    <blockquote
      cite="mid:BANLkTim1EEW92=4HFG1xSe1e7bLWGvWjyA@mail.gmail.com"
      type="cite">
      <pre wrap="">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

</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
IDLE-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:IDLE-dev@python.org">IDLE-dev@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/idle-dev">http://mail.python.org/mailman/listinfo/idle-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>