共1条
1/1 1 跳转至页
VT100终端编码

ASCII Character Set (Nonprinting)
7 BEL (Bell)
8 BS (Backspace)
9 HT (Horizontal tab)
10 LF (Linefeed)
11 VT (Vertical tab)
12 NP (New Page or Formfeed (FF))
13 CR (Carriage Return)
27 ESC (Escape)
127 DEL (Delete)
VT220 user defined graphics is at: http://kipper.york.ac.uk/vt220udg.html
VT404 Control Characters
Note: The "^" character signifies holding down the control key. For ^G
this is the same as sending 0x8 (a G with bit 7,8 set to zero)
Bell - ^G
Back Space - ^H
Line Feed - ^J
Reverse Line Feed - ^Z
Cursor Return - ^M
Cursor Up - ^Z
Cursor Down - ^J
Cursor Right - ^U
Cursor Left - ^H
Cursor Home - ^Y
Home and Clear - ^X
Clear to End of Line - ^V
Clear to End of Screen - ^W
Read Cursor Address - ^-
Read Character at Cursor - ^N J
Address Lead In - ^P
Address Order Row Column
Type of Addressing Bin.Bin.
*************************************
Cursor On - ^N N
Cursor Off - ^N O
VT100 Terminal Codes
--------------------
All sequences must follow the escape character immediately and all cases must be as shown.
Moving the Cursor
n,r,c are numbers.
[nA - Up, no scroll.
[nB - Down, no scroll.
[nC - Right n columns.
[nD - Left n columns.
[nE - CR and down, no scroll.
[nF - CR and up, no scroll.
[nG - CR
[r;cH - Move to row r, column c.
[nI - Tab
[nL - Inserts a blank line at cursor.
[n` - Moves cursor to column n.
D - Down, scroll in region.
E - CR and cursor down (with scroll)
M - Up, scroll in region (see later).
7 - Save position and attributes.
8 - Restore position and attributes.
Display Characteristics
[0m - Normal (default).
[1m - Bold.
[2m - Dim mode
[4m - Underline.
[5m - Blinking.
[7m - Reverse video.
[8m - Invisible mode.
#3 - Double height, double width (top).
#4 - Double height, double width (bottom).
#: - Double height, single width (top).
#; - Double height, single width (bottom).
#5 - Single width (default).
#6 - Double width.
Erasing
[0K - From cursor to end of line.
[1K - From beginning of line to cursor.
[2K - Entire line.
[0J - From cursor to bottom of screen.
[1J - From top of screen to cursor.
[2J - Entire screen.
[M - Removes the line that the cursor is on.
Character Sets
(B - US (default).
(A - UK (shift 3 = pound).
(0 - Line graphics.
(1 - Other graphics.
(S - User defined graphics.
n - First half of char. set to same as second.
N - Same as n but for next char only.
P1;n;1;5{S - Starts definition of UDGs at character code n+32.
\ - Ends definition of UDGs.
Scrolling regions
t,b are numbers.
[t;br - define scrolling region.
[?6h - cursor position 0;0 is upper left of region.
[?6l - cursor position 0;0 is upper left of screen. (Default)
Terminal Operations
c - Resets terminal.
[3h - Display controls mode.
[30h - Invisible screen.
[30l - Visible screen.
[?1h - Application keypad.
[?1l - Normal keypad.
[?2l - VT52 mode.
[?3h - 132 Columns.
[?3l - 80 Columns.
[?4h - Smooth-4 scroll.
[?4l - Jump scroll.
[?5h - Light screen.
[?5l - Dark screen.
[?25l - Cursor off.
[?25h - Cursor on.
关键词: VT100 终端 编码
共1条
1/1 1 跳转至页
回复
打赏帖 | |
---|---|
宏定义和const关键字定义被打赏5分 | |
【功率监测与控制系统DIY活动成果贴】DIY功率计与LabVIEW数据采集被打赏100分 | |
【Freertos】任务管理被打赏10分 | |
分享博世的两种不同的喷射系统模式被打赏5分 | |
汽车+开路实验与短路实验被打赏10分 | |
多点式电子控制汽油喷射系统知识分享被打赏10分 | |
分享机械控制式汽油喷射系统被打赏5分 | |
【分享开发笔记,赚取电动螺丝刀】解决基于CH341制作无线模块时芯片发热问题被打赏31分 | |
【分享开发笔记,赚取电动螺丝刀】使用STM32F103ZE主控调试RS485通讯的避坑经验被打赏36分 | |
【分享开发笔记,赚取电动螺丝刀】移植xprintf模块被打赏27分 |