Files
cpython/Lib
Miro Hrončok f4e5643df6 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
2024-09-13 02:07:23 +01:00
..
2024-05-08 11:21:00 +02:00
2024-09-09 14:58:26 +02:00
2024-09-09 14:58:26 +02:00