Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 13, 2024

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 #124027
(cherry picked from commit f4e5643)

Co-authored-by: Miro Hrončok [email protected]

…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 python#124027
(cherry picked from commit f4e5643)

Co-authored-by: Miro Hrončok <[email protected]>
@pablogsal pablogsal merged commit 112b170 into python:3.13 Sep 13, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants