csi: document a couple of unimplemented CSIs

This commit is contained in:
Daniel Eklöf 2019-07-17 10:33:15 +02:00
parent 50153ef7e2
commit e944eb85ac
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
csi.c
View file

@ -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;