vte: explicitely ignore DEL
Add dummy to do_execute() which explicitely ignores the DEL input. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
b1e5d75220
commit
2e6bac3e67
@ -264,6 +264,9 @@ static void do_execute(struct kmscon_vte *vte, uint32_t ctrl)
|
|||||||
/* Invokes an escape sequence */
|
/* Invokes an escape sequence */
|
||||||
/* nothing to do here */
|
/* nothing to do here */
|
||||||
break;
|
break;
|
||||||
|
case 0x1f: /* DEL */
|
||||||
|
/* Ignored */
|
||||||
|
break;
|
||||||
case 0x84: /* IND */
|
case 0x84: /* IND */
|
||||||
/* Move down one row, perform scroll-up if needed */
|
/* Move down one row, perform scroll-up if needed */
|
||||||
/* TODO */
|
/* TODO */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user