mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
vt: collect (intermediate): log _which_ character we collected
This commit is contained in:
parent
4dde699107
commit
bbb7b60b17
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -259,7 +259,7 @@ action_param(struct terminal *term, uint8_t c)
|
|||
static void
|
||||
action_collect(struct terminal *term, uint8_t c)
|
||||
{
|
||||
LOG_DBG("collect");
|
||||
LOG_DBG("collect: %c", c);
|
||||
if (term->vt.private[0] == 0)
|
||||
term->vt.private[0] = c;
|
||||
else if (term->vt.private[1] == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue