vte/console: implement CSI 'M' (DL: delete line)
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 13:35:28 +0000 (15:35 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 13:35:28 +0000 (15:35 +0200)
commit6356dae1da413b8ccde3f2ea0f990b26770b4ad1
tree42b473a2cb08fc84d74dbb7b0fe96d44f5a4d759
parentff91998ad884bc875243ba833d5fc423602b87a2
vte/console: implement CSI 'M' (DL: delete line)

The 'M' CSI mode is used to delete lines. This implements this mode
similar to the "INSERT LINES" CSI.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.c
src/console.h
src/vte.c