add to docs a bit
This commit is contained in:
parent
fbdec75d87
commit
0ee815c6f6
21
term.tal
21
term.tal
|
@ -51,11 +51,22 @@
|
|||
( end alt charset ESC [ 10 m )
|
||||
( end alt charset ESC [ 11 m )
|
||||
|
||||
( 1b [ ? 1000 h/l -> send mouse X & Y on button press and release (X11 xterm mouse protocol) )
|
||||
( 1b [ ? 1002 h/l -> use cell motion mouse tracking, xterm )
|
||||
( 1b [ ? 1006 h/l -> SGR mouse mode, xterm )
|
||||
( 1b [ ? 1005 h/l -> UTF-8 mouse mode, xterm )
|
||||
( 1b [ ? 1015 h/l -> urxvt Mouse mode )
|
||||
( ESC [ $top $bot r -> set scrolling region [$top;$bot] )
|
||||
( ESC [ 7 h/l -> set/unset auto-wrap mode )
|
||||
( ESC [ 1 h/l -> set/unset application cursor keys [up: CSI A vs SS3 A] )
|
||||
( ESC = -> application keypad [use SS3 sequences] )
|
||||
( ESC M -> set ANSI conformance level 2 )
|
||||
( ESC > -> normal keypad [normal sequences] )
|
||||
|
||||
( ESC [ ? 1000 h/l -> send mouse X & Y on button press and release (X11 xterm mouse protocol) )
|
||||
( ESC [ ? 1002 h/l -> use cell motion mouse tracking, xterm )
|
||||
( ESC [ ? 1006 h/l -> SGR mouse mode, xterm )
|
||||
( ESC [ ? 1005 h/l -> UTF-8 mouse mode, xterm )
|
||||
( ESC [ ? 1015 h/l -> urxvt Mouse mode )
|
||||
( ESC [ ? 1051 l -> unset sun function key mode )
|
||||
( ESC [ ? 1052 l -> unset hp function key mode )
|
||||
( ESC [ ? 1060 l -> unset legacy keyboard emulation )
|
||||
( ESC [ ? 1061 h -> set VT220 keyboard emulation )
|
||||
|
||||
|00 @System [ &vect $2 &expansion $2 &title $2 &metadata $2 &r $2 &g $2 &b $2 ]
|
||||
|10 @Console [ &vect $2 &r $1 &pad $5 &w $1 ]
|
||||
|
|
Loading…
Reference in New Issue