mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
terminfo: add 'nel' capability
This commit is contained in:
parent
a34ae5d527
commit
8e79ceba9e
2 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
||||||
* `Rect` capability to terminfo.
|
* `Rect` capability to terminfo.
|
||||||
* `fe` and `fd` (focus in/out enable/disable) capabilities to
|
* `fe` and `fd` (focus in/out enable/disable) capabilities to
|
||||||
terminfo.
|
terminfo.
|
||||||
|
* `nel` capability to terminfo.
|
||||||
|
|
||||||
[1348]: https://codeberg.org/dnkl/foot/issues/1348
|
[1348]: https://codeberg.org/dnkl/foot/issues/1348
|
||||||
[1633]: https://codeberg.org/dnkl/foot/issues/1633
|
[1633]: https://codeberg.org/dnkl/foot/issues/1633
|
||||||
|
|
|
||||||
|
|
@ -231,6 +231,7 @@
|
||||||
kri=\E[1;2A,
|
kri=\E[1;2A,
|
||||||
kxIN=\E[I,
|
kxIN=\E[I,
|
||||||
kxOUT=\E[O,
|
kxOUT=\E[O,
|
||||||
|
nel=\EE,
|
||||||
oc=\E]104\E\\,
|
oc=\E]104\E\\,
|
||||||
op=\E[39;49m,
|
op=\E[39;49m,
|
||||||
rc=\E8,
|
rc=\E8,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue