mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-22 06:46:49 -04: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];
|
cell->wc = vt100_0[c - 0x60];
|
||||||
} else {
|
} else {
|
||||||
//LOG_DBG("print: ASCII: %c", c);
|
// LOG_DBG("print: ASCII: %c (0x%04x)", c, c);
|
||||||
cell->wc = c;
|
cell->wc = c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue