mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
csi: document a couple of unimplemented CSIs
This commit is contained in:
parent
50153ef7e2
commit
e944eb85ac
1 changed files with 3 additions and 0 deletions
3
csi.c
3
csi.c
|
|
@ -590,6 +590,9 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
* should provide our own terminfo with *only* \e[?1049h
|
* should provide our own terminfo with *only* \e[?1049h
|
||||||
* (and \e[?1049l for rmcup)
|
* (and \e[?1049l for rmcup)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* 22 - save window title */
|
||||||
|
/* 23 - restore window title */
|
||||||
LOG_WARN("ignoring %s", csi_as_string(term, final));
|
LOG_WARN("ignoring %s", csi_as_string(term, final));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue