mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
vt: fix logging of ESC intermediates and parameters
This commit is contained in:
parent
b5dccf2883
commit
cfd39c0967
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -555,7 +555,7 @@ static const enum action exit_actions[] = {
|
||||||
static bool
|
static bool
|
||||||
esc_dispatch(struct terminal *term, uint8_t final)
|
esc_dispatch(struct terminal *term, uint8_t final)
|
||||||
{
|
{
|
||||||
#if defined(_DEBUG) && defined(LOG_ENABLE_DBG) && LOG_ENABLED_DBG
|
#if defined(_DEBUG) && defined(LOG_ENABLE_DBG) && LOG_ENABLE_DBG
|
||||||
char log[1024];
|
char log[1024];
|
||||||
int c = snprintf(log, sizeof(log), "ESC: ");
|
int c = snprintf(log, sizeof(log), "ESC: ");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue