From 0ee815c6f6c70e3c83a70a2c7a7019e8a1ca69de Mon Sep 17 00:00:00 2001 From: d6 Date: Fri, 3 Feb 2023 10:36:16 -0500 Subject: [PATCH] add to docs a bit --- term.tal | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/term.tal b/term.tal index 44d9d5a..a0c6636 100644 --- a/term.tal +++ b/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 ]