mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
terminfo: remove DECRST of DECCOLM+DECSCLM
We’ve never supported neither 132-column mode, nor smooth scrolling. But we _did_ recognize the escape sequences. We don’t, anymore. Thus it makes very little sense to include these escapes in any of our terminfo capabilities. So, remove them.
This commit is contained in:
parent
f114068a46
commit
ae81f5af4c
2 changed files with 3 additions and 2 deletions
|
|
@ -86,7 +86,7 @@
|
|||
indn=\E[%p1%dS,
|
||||
initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,
|
||||
invis=\E[8m,
|
||||
is2=\E[!p\E[?3;4l\E[4l\E>,
|
||||
is2=\E[!p\E[4l\E>,
|
||||
kDC3=\E[3;3~,
|
||||
kDC4=\E[3;4~,
|
||||
kDC5=\E[3;5~,
|
||||
|
|
@ -244,7 +244,7 @@
|
|||
rmul=\E[24m,
|
||||
rmxx=\E[29m,
|
||||
rs1=\Ec,
|
||||
rs2=\E[!p\E[?3;4l\E[4l\E>,
|
||||
rs2=\E[!p\E[4l\E>,
|
||||
rv=\E\\[[0-9]+;[0-9]+;[0-9]+c,
|
||||
sc=\E7,
|
||||
setrgbb=\E[48\:2\:\:%p1%d\:%p2%d\:%p3%dm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue