vte: send primary-DA on 7bit DECID
Also send the primary-DA when receiving 7bit variant of DECID. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
9cd05223a5
commit
2222e316cb
@ -563,7 +563,7 @@ static void do_execute(struct kmscon_vte *vte, uint32_t ctrl)
|
|||||||
break;
|
break;
|
||||||
case 0x9a: /* DECID */
|
case 0x9a: /* DECID */
|
||||||
/* Send device attributes response like ANSI DA */
|
/* Send device attributes response like ANSI DA */
|
||||||
/* TODO*/
|
send_primary_da(vte);
|
||||||
break;
|
break;
|
||||||
case 0x9c: /* ST */
|
case 0x9c: /* ST */
|
||||||
/* End control string */
|
/* End control string */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user