This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, jggammon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-07-13.21:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626213323.49.0.103571055925.issue44627@roundup.psfhosted.org>
In-reply-to
Content
By default, reading input from the console uses the console's built-in command-line editor. You can clear the console input history with Alt+F7; display the history list with F7; navigate in the history list with the up and down arrow keys, even when the list isn't displayed; recall the first and last entries of the list with page up and page down; and cycle through matching command completions with F8.

Having said that, the new implementation of the console in Windows 10 has a bug in the "Discard Old Duplicates" history option [1]. Try disabling this option in the console's "Properties" dialog, which can be accessed from the Alt+Space control menu.

---
[1] https://github.com/microsoft/terminal/issues/4186
History
Date User Action Args
2021-07-13 21:55:23eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, jggammon
2021-07-13 21:55:23eryksunsetmessageid: <1626213323.49.0.103571055925.issue44627@roundup.psfhosted.org>
2021-07-13 21:55:23eryksunlinkissue44627 messages
2021-07-13 21:55:23eryksuncreate