vt: collect (intermediate): log a warning if user supplied more than two intermediates

This commit is contained in:
Daniel Eklöf 2020-02-01 19:29:31 +01:00
parent bbb7b60b17
commit 07a0c7238c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
vt.c
View file

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