mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
vt: don't log ignored execute commands
cat:ing a binary file would otherwise result in us spamming syslog.
This commit is contained in:
parent
67905c6000
commit
780a346071
1 changed files with 0 additions and 1 deletions
1
vt.c
1
vt.c
|
|
@ -856,7 +856,6 @@ action(struct terminal *term, enum action _action, uint8_t c)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
LOG_WARN("execute: ignoring: %c (0x%02x)", c, c);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue