From ca58c4c621870959ea85d1f24fa269e2f37cd653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 17 Nov 2019 11:09:16 +0100 Subject: [PATCH] csi: implement 'HPA' - Horizontal Position Absolute --- csi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/csi.c b/csi.c index f550644b..a0c909cc 100644 --- a/csi.c +++ b/csi.c @@ -383,6 +383,7 @@ csi_dispatch(struct terminal *term, uint8_t final) break; } + case '`': case 'G': { /* Cursor horizontal absolute */ struct coord new_cursor = term_cursor_rel_to_abs(