SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

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
M
Miro Hrončok committed
f4e5643df64d0c2a009ed224560044b3409a47c0
Parent: 6e06e01
Committed by GitHub <noreply@github.com> on 9/13/2024, 1:07:23 AM