From 637820bef59e06a26c313ba5f3334e147e45c1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 24 Jun 2019 20:05:31 +0200 Subject: [PATCH] csi: implement VPR (vertical line position relative) --- csi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/csi.c b/csi.c index db2d332f..bfd7b575 100644 --- a/csi.c +++ b/csi.c @@ -270,6 +270,7 @@ csi_dispatch(struct terminal *term, uint8_t final) break; } + case 'e': case 'B': { int count = term->vt.params.idx > 0 ? term->vt.params.v[0].value : 1; if (count == 0)