diff options
author | Miro HronĨok <miro@hroncok.cz> | 2024-09-13 01:07:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 01:07:23 (GMT) |
commit | f4e5643df64d0c2a009ed224560044b3409a47c0 (patch) | |
tree | 7d93abdf715a9a5213ea0b9f6542f5707c5edd9c /Python/context.c | |
parent | 6e06e01881dcffbeef5baac0c112ffb14cfa0b27 (diff) | |
download | cpython-f4e5643df64d0c2a009ed224560044b3409a47c0.zip cpython-f4e5643df64d0c2a009ed224560044b3409a47c0.tar.gz cpython-f4e5643df64d0c2a009ed224560044b3409a47c0.tar.bz2 |
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
Diffstat (limited to 'Python/context.c')
0 files changed, 0 insertions, 0 deletions