Re: Command support request for clear screen
Terry Reedy <[email protected]> Wed, 12 Aug 2020 17:34:06 -0400
| Newsgroups | gmane.comp.python.idle |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/2020 10:28 PM, surendra batukdeo via IDLE-dev wrote: > Hallo, > > I am using IDLE. > I want to clear my screen. > > Is there any command that I can use? In Editor, <select all><delete>, which is ^A Backspace on my machine. For Shell, one can close and Run => Shell if an editor is open. Otherwise, there has been discussion at bug.python.org issue 6143. To me, it has lower priority than many other issues. -- Terry Jan Reedy