简体   繁体   English

telnet流未知转义码

[英]telnet stream unknown escape code

I have a task that involves parsing telnet stream. 我的任务涉及解析telnet流。 All works well until my client receives unknown to me escape sequence ESC[15X . 一切正常,直到我的客户收到我不知道的转义序列ESC [15X I have checked many documents explaining what do escape codes mean and should do, but none of them contained the one mentioned. 我已经检查了许多文档,这些文档解释了转义码的含义和应做的事情,但是其中没有一个包含提及的内容。 When I test the escape code in terminal window it seems to not do anything. 当我在终端窗口中测试转义代码时,似乎什么也没做。 If anyone has a clue or knows where to look it up, it would help me greatly. 如果有人有线索或知道在哪里查找,那将对我有很大帮助。

That is used to erase characters. 这用于擦除字符。 XTerm Control Sequences lists it: XTerm控制序列列出了它:

CSI Ps X  Erase Ps Character(s) (default = 1) (ECH).

where 哪里

ESC [
     Control Sequence Introducer (CSI  is 0x9b).

It was introduced by DEC VT220, and is supported in xterm and a few other terminal emulators. 它由DEC VT220引入,并在xterm和其他一些终端仿真器中受支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM