mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
f4e5643df6
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