mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
fix typos
This commit is contained in:
parent
296e75f4f5
commit
ae26915916
6 changed files with 10 additions and 10 deletions
2
csi.c
2
csi.c
|
|
@ -1518,7 +1518,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break; /* final == 'm' */
|
||||
|
||||
case 'n': {
|
||||
int resource = vt_param_get(term, 0, 2); /* Default is modifyFuncionKeys */
|
||||
int resource = vt_param_get(term, 0, 2); /* Default is modifyFunctionKeys */
|
||||
switch (resource) {
|
||||
case 0: /* modifyKeyboard */
|
||||
case 1: /* modifyCursorKeys */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue