mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)
pyrepl: Support Del, PgUp, and PgDn on TERM=vt100
From Fedora's /etc/inputrc:
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[3~": delete-char
Fixes https://github.com/python/cpython/issues/124027
This commit is contained in:
parent
6e06e01881
commit
f4e5643df6
3 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Support ``<page up>``, ``<page down>``, and ``<delete>`` keys in the Python
|
||||
REPL when ``$TERM`` is set to ``vt100``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue