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
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