vte: extend CSI debug message
Print the CSI command in debug messages so we can better understand what escape commands were sent. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
cdb3d112a6
commit
06286da4ef
@ -282,7 +282,7 @@ static void parse_csi(struct kmscon_vte *vte, uint32_t val)
|
|||||||
kmscon_console_erase_current_line(vte->con);
|
kmscon_console_erase_current_line(vte->con);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
log_debug("vte: unhandled CSI sequence\n");
|
log_debug("vte: unhandled CSI sequence %c\n", val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user