mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
[terminfo] add smxx/rmxx, purge blink (#905)
* [terminfo] add smxx/rmxx, purge blink Testing with WezTerm nightly indicates no blink support available through the xterm \E[5m, and I didn't see any support in the code -- purge it. smxx and rmxx, meanwhile, have been added to indicate support for struck text. * restore blink Co-authored-by: Wez Furlong <wez@wezfurlong.org>
This commit is contained in:
parent
a7326f6c41
commit
d337677b8e
@ -60,16 +60,15 @@ wezterm|Wez's terminal emulator,
|
||||
rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, ri=\EM,
|
||||
rin=\E[%p1%dT, ritm=\E[23m, rmacs=\E(B, rmam=\E[?7l,
|
||||
rmcup=\E[?1049l\E[23;0;0t, rmir=\E[4l, rmkx=\E[?1l\E>,
|
||||
rmm=\E[?1034l, rmso=\E[27m, rmul=\E[24m,
|
||||
rmm=\E[?1034l, rmso=\E[27m, rmul=\E[24m, rmxx=\E[29m,
|
||||
rs1=\Ec\E]104\007, rs2=\E[!p\E[?3;4l\E[4l\E>, sc=\E7,
|
||||
setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
|
||||
setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
|
||||
sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
|
||||
sgr0=\E(B\E[m, sitm=\E[3m, smacs=\E(0, smam=\E[?7h,
|
||||
smcup=\E[?1049h\E[22;0;0t, smir=\E[4h, smkx=\E[?1h\E=,
|
||||
smm=\E[?1034h, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
|
||||
u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c,
|
||||
smm=\E[?1034h, smso=\E[7m, smul=\E[4m, smxx=\E[9m,
|
||||
tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?%[;0123456789]c,
|
||||
u9=\E[c, vpa=\E[%i%p1%dd, XM=\E[?1003;1006%?%p1%{1}%=%th%el%;,
|
||||
kmous=\E[<, XM=\E[?1006;1000%?%p1%{1}%=%th%el%;,
|
||||
xm=\E[<%i%p3%d;%p1%d;%p2%d;%?%p4%tM%em%;,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user