mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
vt: implement DECCKM (cursor key sends either SS3 or CSI escapes)
This commit is contained in:
parent
9e47c89880
commit
35e5fa1f76
4 changed files with 44 additions and 34 deletions
2
main.c
2
main.c
|
|
@ -666,6 +666,8 @@ main(int argc, const char *const *argv)
|
|||
.quit = false,
|
||||
.term = {
|
||||
.ptmx = posix_openpt(O_RDWR | O_NOCTTY),
|
||||
.decckm = DECCKM_CSI,
|
||||
.keypad_mode = KEYPAD_NUMERICAL, /* TODO: verify */
|
||||
.vt = {
|
||||
.state = 1, /* STATE_GROUND */
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue