Does SSHShell support Terminal codes?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
cube
Posts: 2
Joined: Wed 26 Jul 2017 21:46

Does SSHShell support Terminal codes?

Post by cube » Tue 15 Aug 2017 00:44

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.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Does SSHShell support Terminal codes?

Post by ViktorV » Tue 15 Aug 2017 10:54

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.

Post Reply