vt: execute: ignore unrecognized C0 commands

This commit is contained in:
Daniel Eklöf 2019-07-18 14:54:22 +02:00
parent 36f30e8b1b
commit 095684a705
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
vt.c
View file

@ -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;
}