[New-bugs-announce] [issue42771] Implement interactive hotkey, Ctrl+L to clear the console in Windows.

Mike Miller report at bugs.python.org
Mon Dec 28 14:12:23 EST 2020


New submission from Mike Miller <python.org at mgmiller.net>:

The Ctrl+L as clear-screen hotkey is supported just about everywhere, Unix and Windows, with the exceptions of cmd.exe and python.exe interactive mode.

As the legacy cmd.exe can be easily replaced, that leaves python.exe.  Likely needs to be configured via readline or its analog used under Windows.

Documenting it would be good too.  Am happy to help, write, or test.

----------
components: Windows
messages: 383917
nosy: mixmastamyk, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Implement interactive hotkey, Ctrl+L to clear the console in Windows.
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42771>
_______________________________________


More information about the New-bugs-announce mailing list