Curses over a tcp socket

Lexy Zhitenev zhitenev at cs.vsu.ru
Tue Feb 18 09:52:23 EST 2003


> My question is: I need to make the interface much more versatile, yet
> still operate over a socket using a telnet client. Is there some way I
> can use curses or something similar over a socket?

You can try it. Just redirect remote user input to stdin (for curses to
understand it) and send curses stdout to your socket.








More information about the Python-list mailing list