qweb icon indicating copy to clipboard operation
qweb copied to clipboard

Can't run telnet within Ajaxterm window

Open mrialsjr opened this issue 13 years ago • 1 comments

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.

mrialsjr avatar Jun 11 '11 12:06 mrialsjr

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

d4ddi0 avatar Jan 26 '12 01:01 d4ddi0