Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (GH-124028) #124029

Merged
merged 1 commit into from
Sep 13, 2024

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 miro@hroncok.cz

…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 <miro@hroncok.cz>
@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