mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: xtrestore: add missing break
This commit is contained in:
parent
e1648bd2b7
commit
79d20d75d2
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -591,7 +591,7 @@ xtrestore(struct terminal *term, unsigned param)
|
|||
{
|
||||
bool enable;
|
||||
switch (param) {
|
||||
case 1: enable = term->xtsave.application_cursor_keys;
|
||||
case 1: enable = term->xtsave.application_cursor_keys; break;
|
||||
case 3: return;
|
||||
case 4: return;
|
||||
case 5: enable = term->xtsave.reverse; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue