共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 跳转至页
回复
有奖活动 | |
---|---|
【EEPW电子工程师创研计划】技术变现通道已开启~ | |
发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
【EEPW在线】E起听工程师的声音! | |
“我踩过的那些坑”主题活动——第001期 | |
高校联络员开始招募啦!有惊喜!! | |
【工程师专属福利】每天30秒,积分轻松拿!EEPW宠粉打卡计划启动! | |
送您一块开发板,2025年“我要开发板活动”又开始了! | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
分享汽车通信和多媒体总线结构被打赏20分 | |
【我踩过的那些坑】结构堵孔导致的喇叭无声问题被打赏50分 | |
NUCLEO-U083RC学习历程38+串口通过队列的方式输出两个字符串被打赏20分 | |
【我踩过的那些坑】分享一下调试一款AD芯片的遇到的“坑”被打赏50分 | |
电流检测模块MAX4080S被打赏10分 | |
【我踩过的那些坑】calloc和malloc错误使用导致跑飞问题排查被打赏50分 | |
分享电控悬架的结构与工作原理(一)被打赏20分 | |
多组DCTODC电源方案被打赏50分 | |
【我踩过的那些坑】STM32cubeMX软件的使用过程中的“坑”被打赏50分 | |
新手必看!C语言精华知识:表驱动法被打赏50分 |