Page 1 of 1

Does SSHShell support Terminal codes?

Posted: Tue 15 Aug 2017 00:44
by cube
Does the SSHShell component support terminal codes like ESC[1B for bold text? I see there is a TerminalInfo.TerminalType setting which by default is set to vt100, but I can't find any other information on what are supported terminal types. I am connecting to an SSH Server that is returning terminal codes, so I need to deal with them.

Re: Does SSHShell support Terminal codes?

Posted: Tue 15 Aug 2017 10:54
by ViktorV
Terminal types are automatically supported only on the server side. On the client side, your application should use the terminal type to determine which charset is being used and how to handle it.