mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05: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
|
||||
* (and \e[?1049l for rmcup)
|
||||
*/
|
||||
|
||||
/* 22 - save window title */
|
||||
/* 23 - restore window title */
|
||||
LOG_WARN("ignoring %s", csi_as_string(term, final));
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue