vte/console: implement CSI mode L (insert line: IL)
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 13:27:10 +0000 (15:27 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 13:30:23 +0000 (15:30 +0200)
commitff91998ad884bc875243ba833d5fc423602b87a2
tree0a12156aa2ed0206a13b9539812522e0789ec1a0
parent6786555d17f186993753a3aa0c713b216011a10f
vte/console: implement CSI mode L (insert line: IL)

The IL CSI ('L') is used to insert a given number of lines at the current
cursor position. All lines below are moved down.

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