tsm: vte: ignore DEC SET/RESET 12 mode

This mode is used to start/stop blinking cursors. As vim uses this
heavily, we should simply ignore it to avoid printing useless debug
messages.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-12-02 10:15:40 +01:00
parent d22e59f2b0
commit 9ddbe5405a

View File

@ -1370,6 +1370,9 @@ static void csi_mode(struct tsm_vte *vte, bool set)
case 8: /* DECARM */
set_reset_flag(vte, set, FLAG_AUTO_REPEAT_MODE);
continue;
case 12: /* blinking cursor */
/* TODO: implement */
continue;
case 18: /* DECPFF */
/* If set, a form feed (FF) is sent to the printer after
* every screen that is printed. We don't have printers