mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
csi: remove TODO; we have our own terminfo
This commit is contained in:
parent
86faed473d
commit
326808f94d
1 changed files with 0 additions and 7 deletions
7
csi.c
7
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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue