mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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,6 +86,7 @@
|
|||
* When determining initial font size, do FontConfig config
|
||||
substitution if the user-provided font pattern has no {pixel}size
|
||||
option ([#1287][1287]).
|
||||
* DECRST of DECCOLM and DECSCLM removed from terminfo.
|
||||
|
||||
[1166]: https://codeberg.org/dnkl/foot/issues/1166
|
||||
[1179]: https://codeberg.org/dnkl/foot/issues/1179
|
||||
|
|
|
|||
|
|
@ -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