thx for this link. But unfortunatley there is no VT100 code. With this library you could create a VT100 terminal but you have to interpret the VT100 sequences by yourself and use this library for manipulating the console.
Best regards,
Stefan
Last edit: Stefan Zieker 2017-10-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Feature requests and improvements" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Thanks for the amazing tool.
A great addition would be a VT100 compatible console (like your ascii, hex or binary console) like putty.
Thanks
Hi,
I have no experience with VT100. Do you know:
- any library which I can use?
- any client for testing my possible implementation?
Best regards,
Stefan
View and moderate all "Feature requests and improvements" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi Stefan,
Perhaps this library? https://github.com/KazDragon/terminalpp
Hi,
thx for this link. But unfortunatley there is no VT100 code. With this library you could create a VT100 terminal but you have to interpret the VT100 sequences by yourself and use this library for manipulating the console.
Best regards,
Stefan
Last edit: Stefan Zieker 2017-10-26
View and moderate all "Feature requests and improvements" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Putty handles it quite well. I believe the control chars are handled in terminal.c from line 2963 onwards
https://the.earth.li/~sgtatham/putty/latest/putty-0.70.tar.gz
Hi,
thx for this link. I think this is better :
https://github.com/JulienPalard/vt100-emulator
But this will take a while to implement it.
Thx agin,
Stefan
Maybe one of these 2 won't take that long to implement?
https://github.com/sebcaux/QVTerminal (This is a QT widget)
https://github.com/lexical/qvt
Or this one
https://github.com/aldolo69/vt100
Hi,
thx for the links. I will have a look at it after my holidays (in 3 weeks).
Regards