mitosch / textual-terminal

A terminal emulator widget for Textual.
GNU Lesser General Public License v3.0
87 stars 5 forks source link

Windows support #3

Open davidbrochart opened 1 year ago

davidbrochart commented 1 year ago

It could be nice to support Windows, maybe using pywinpty?

mitosch commented 1 year ago

Thank you for your feedback. I will have a look into it and try to setup a windows box.

Which terminal do you suggest to use for windows? (Besides cmd.exe :-)

davidbrochart commented 1 year ago

I only know cmd.exe.

mitosch commented 1 year ago

I managed to install a Windows Python environment. The following packages are unix specific: fcntl, termios, pty.

davidbrochart commented 1 year ago

Yes, you can have a look at jupyverse for an example of using winpty.