mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
vt: log hex version of printed character too
This commit is contained in:
parent
5d763b9e12
commit
27d00b15c7
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -845,7 +845,7 @@ action_print(struct terminal *term, uint8_t c)
|
|||
{
|
||||
cell->wc = vt100_0[c - 0x60];
|
||||
} else {
|
||||
//LOG_DBG("print: ASCII: %c", c);
|
||||
// LOG_DBG("print: ASCII: %c (0x%04x)", c, c);
|
||||
cell->wc = c;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue