qweb
qweb copied to clipboard
Can't run telnet within Ajaxterm window
I've got Ajaxterm running and working fine; the only issue I have with it is that from within the window I can't run telnet. Any other commands I've needed work fine but our reason for implementing Ajaxterm to begin with was to allow web access to a terminal based legacy application.
I'd greatly appreciate any help you can provide.
I had the same problem.
I was able to track it down to a non printable character telnet session spits out when it starts.
ascii 0x01 needs to be added to the dictionary of escape sequences. I'm new to github, but I am trying to publish the bugfix now