From e944eb85ac5269b532b2a6151a5a799fb7b98d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 17 Jul 2019 10:33:15 +0200 Subject: [PATCH] csi: document a couple of unimplemented CSIs --- csi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csi.c b/csi.c index 56630d90..ca3fd945 100644 --- a/csi.c +++ b/csi.c @@ -590,6 +590,9 @@ csi_dispatch(struct terminal *term, uint8_t final) * should provide our own terminfo with *only* \e[?1049h * (and \e[?1049l for rmcup) */ + + /* 22 - save window title */ + /* 23 - restore window title */ LOG_WARN("ignoring %s", csi_as_string(term, final)); break;