mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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
|
||||
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];
|
||||
int c = snprintf(log, sizeof(log), "ESC: ");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue