mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
terminfo: add terminator to conditional in Sync
I'm not sure if this is _strictly_ necessary, but according to the terminfo specification [1] a conditional string should be terminated with `%;`. [1]: https://man7.org/linux/man-pages/man5/terminfo.5.html
This commit is contained in:
parent
ca46edfe6f
commit
8b2b65bbbc
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
RV=\E[>c,
|
RV=\E[>c,
|
||||||
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%;,
|
||||||
TS=\E]2;,
|
TS=\E]2;,
|
||||||
XM=\E[?1006;1004;1000%?%p1%{1}%=%th%el%;,
|
XM=\E[?1006;1004;1000%?%p1%{1}%=%th%el%;,
|
||||||
XR=\E[>0q,
|
XR=\E[>0q,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue