mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
vt: collect (intermediate): log a warning if user supplied more than two intermediates
This commit is contained in:
parent
bbb7b60b17
commit
07a0c7238c
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -265,7 +265,7 @@ action_collect(struct terminal *term, uint8_t c)
|
|||
else if (term->vt.private[1] == 0)
|
||||
term->vt.private[1] = c;
|
||||
else
|
||||
LOG_DBG("only two private/intermediate characters supported");
|
||||
LOG_WARN("only two private/intermediate characters supported");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue