From 326808f94df12b17923b26b2140646d0b703c018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 21 Jul 2019 15:38:54 +0200 Subject: [PATCH] csi: remove TODO; we have our own terminfo --- csi.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/csi.c b/csi.c index 4d1921bd..3fcda546 100644 --- a/csi.c +++ b/csi.c @@ -547,13 +547,6 @@ csi_dispatch(struct terminal *term, uint8_t final) } case 't': - /* - * TODO: xterm's terminfo specifies *both* \e[?1049h *and* - * \e[22;0;0t in smcup, but only one is necessary. We - * 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));