[Python-ideas] Suggestion: Clear screen command for the REPL
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Sep 21 01:56:07 EDT 2016
Terry Reedy wrote:
> In the default
> mode with user code executed in a separate no-window process, there is
> currently no way for the child process to know the current size of
> Shell's tk text window in the parent process.
On unix it should be possible to let the child know if it's
connected through a pty rather than a pipe. I don't know
whether Windows has any equivalent notion, though.
--
Greg
More information about the Python-ideas
mailing list