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

Commits on Sep 13, 2024

  1. pythongh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (pythonGH-…

    …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>
    hroncok authored and miss-islington committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    95d5339 View commit details
    Browse the repository at this point in the history