[issue33893] Linux terminal shortcuts support in python shell
New submission from sebastin : simple linux terminal support in python shell, like clear, ctrl + r, up arrow would be really good to have. -- assignee: terry.reedy components: IDLE, IO, Interpreter Core messages: 319857 nosy: sebastin, terry.reedy priority: normal severity: normal status: open title: Linux terminal shortcuts support in python shell type: enhancement versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue33893> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue33893] Linux terminal shortcuts support in python shell
sebastin added the comment: I meant this on Python IDLE across all platforms. basic necessary enhancements for seamless use of IDLE should atleast have below feature supported. clear(used in MAC/LINUX TERMINAL) or cls(used in WINDOWS CMD PROMPT) - clear the PYTHON IDLE screen. up arrow - for the search history. If this enhancements is in progress/open state then its good, if rejected this be reconsidered ? -- ___ Python tracker <https://bugs.python.org/issue33893> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com