Closed GoogleCodeExporter closed 9 years ago
Are we going for full VT100 support? Because you can do some really nifty
things
with that and every basic telnet program out there supports them, you can
pretty much
turn the terminal into a client that's just as fast as raw telnet. :)
Original comment by vop...@gmail.com
on 10 Oct 2007 at 4:20
Yeah, I've seen some MUDs where they have like 3 rows at the bottom that don't
move,
providing a static prompt.
I have no problem implementing the control codes to handle that, as that is a
trivial
exercise. Personally, I don't plan to actually do anything with them beyond
color,
but if you want too, that is fine.
I actually wish there was an ncurses library for Python. Ncurses is the library
they
use for those command line GUIs...with the boxy menus and such. Old school. I
don't
actually know if it can be used over telnet, though...
Original comment by KurosKni...@gmail.com
on 11 Oct 2007 at 5:32
Original comment by KurosKni...@gmail.com
on 11 Oct 2007 at 8:50
Original issue reported on code.google.com by
KurosKni...@gmail.com
on 9 Oct 2007 at 11:19