add to docs a bit

This commit is contained in:
~d6 2023-02-03 10:36:16 -05:00
parent fbdec75d87
commit 0ee815c6f6
1 changed files with 16 additions and 5 deletions

View File

@ -51,11 +51,22 @@
( end alt charset ESC [ 10 m ) ( end alt charset ESC [ 10 m )
( end alt charset ESC [ 11 m ) ( end alt charset ESC [ 11 m )
( 1b [ ? 1000 h/l -> send mouse X & Y on button press and release (X11 xterm mouse protocol) ) ( ESC [ $top $bot r -> set scrolling region [$top;$bot] )
( 1b [ ? 1002 h/l -> use cell motion mouse tracking, xterm ) ( ESC [ 7 h/l -> set/unset auto-wrap mode )
( 1b [ ? 1006 h/l -> SGR mouse mode, xterm ) ( ESC [ 1 h/l -> set/unset application cursor keys [up: CSI A vs SS3 A] )
( 1b [ ? 1005 h/l -> UTF-8 mouse mode, xterm ) ( ESC = -> application keypad [use SS3 sequences] )
( 1b [ ? 1015 h/l -> urxvt Mouse mode ) ( 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 ] |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 ] |10 @Console [ &vect $2 &r $1 &pad $5 &w $1 ]