mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
foot.info: add non-standard capability ‘Rect’ (used by tmux)
This tells tmux it can use DECFRA to erase rectangular regions.
This commit is contained in:
parent
60c5d889ec
commit
aac24bfa1b
2 changed files with 2 additions and 0 deletions
|
|
@ -683,6 +683,7 @@
|
||||||
decoration buttons to the compositor capabilities ([#1061][1061]).
|
decoration buttons to the compositor capabilities ([#1061][1061]).
|
||||||
* Rectangular edit functions: `DECCARA`, `DECRARA`, `DECCRA`, `DECFRA`
|
* Rectangular edit functions: `DECCARA`, `DECRARA`, `DECCRA`, `DECFRA`
|
||||||
and `DECERA`.
|
and `DECERA`.
|
||||||
|
* `Rect` capability to terminfo.
|
||||||
|
|
||||||
|
|
||||||
[1058]: https://codeberg.org/dnkl/foot/issues/1058
|
[1058]: https://codeberg.org/dnkl/foot/issues/1058
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
PE=\E[201~,
|
PE=\E[201~,
|
||||||
PS=\E[200~,
|
PS=\E[200~,
|
||||||
RV=\E[>c,
|
RV=\E[>c,
|
||||||
|
Rect=\E[%p1%d;%p2%d;%p3%d;%p4%d;%p5%d$x,
|
||||||
Se=\E[ q,
|
Se=\E[ q,
|
||||||
Ss=\E[%p1%d q,
|
Ss=\E[%p1%d q,
|
||||||
Sync=\E[?2026%?%p1%{1}%-%tl%eh%;,
|
Sync=\E[?2026%?%p1%{1}%-%tl%eh%;,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue