Screenshots:
https://www.dropbox.com/sh/114q39ukaho ... KS7AT5S8B7R9Va8R9D4a?dl=0It is based around the same
libssh2 library that ssh2-handler and uses
libtmt for the terminal emulation.
Currently it is possible to login to an SSH server and type in and run some simple commands (as can be seen from the screenshots), but there is still quite a bit of work to do.
Some things that still need to be fixed:
- colour support
- non-ascii characters are rendered incorrectly
- special keys like cursor keys and page up/down do not work
- bold characters are not rendered correctly because they seem to need more space
Right now text rendering is done using IGraphics->Text() because this was the simplest way to implement it but I'm considering switching it out for bullet API so that the program can have full UTF support.