How to clear Interactive Window?

Uriel Wittenberg list at urielw.com
Tue May 27 17:18:31 EDT 2003


Actually, if you have 2 windows (script file editor and Interactive Window),
you have to do:

ctrl-F6, ctrl-A, del

... then another ctrl-F6 to return to the script file editor.

4 keystrokes isn't fatal but it's a nuisance to have to do it repeatedly
when refining a program.

"Peter Abel" <p-abel at t-online.de> wrote in message
news:13a533e8.0305270837.5db2d0c5 at posting.google.com...
When running programs from the interactive winpython shell, clearing
the shell's screen can be done also interactively by pressing two keys:
**Cntrl-A** (selecting all) and **Del**.
Besides selecting all, also a few special lines can be selected and deleted.
Maybe this helps a little.
Regards
Peter






More information about the Python-list mailing list