Sujet : Re: Terminal Emulator
De : cs (at) *nospam* cskk.id.au (Cameron Simpson)
Groupes : comp.lang.pythonDate : 15. May 2024, 00:35:55
Autres entêtes
Message-ID : <mailman.5.1715726590.2909.python-list@python.org>
References : 1 2
User-Agent : Mutt/2.2.7 (2022-08-07)
On 14May2024 18:44, Gordinator <
gordinator@gordinator.org> wrote:
I wish to write a terminal emulator in Python. I am a fairly competent Python user, and I wish to try a new project idea. What references can I use when writing my terminal emulator? I wish for it to be a true terminal emulator as well, not just a Tk text widget or something like that.
Start with the `pty` module.