mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: add missing 'break'
This commit is contained in:
parent
288cee0c1f
commit
4038a8a198
1 changed files with 1 additions and 0 deletions
1
csi.c
1
csi.c
|
|
@ -840,6 +840,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
default:
|
||||
LOG_ERR("unimplemented: %s", csi_as_string(term, final));
|
||||
abort();
|
||||
break;
|
||||
}
|
||||
|
||||
break; /* private == '>' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue