mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-13 04:27:47 -05:00
vt: execute: ignore unrecognized C0 commands
This commit is contained in:
parent
36f30e8b1b
commit
095684a705
1 changed files with 1 additions and 2 deletions
3
vt.c
3
vt.c
|
|
@ -831,8 +831,7 @@ action(struct terminal *term, enum action _action, uint8_t c)
|
|||
break;
|
||||
|
||||
default:
|
||||
LOG_ERR("execute: unimplemented: %c (0x%02x)", c, c);
|
||||
abort();
|
||||
LOG_WARN("execute: ignoring: %c (0x%02x)", c, c);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue