dcs: bsu/esu: add link to spec

This commit is contained in:
Daniel Eklöf 2020-01-12 12:49:42 +01:00
parent 14982159e4
commit d9bd1ef2d4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
dcs.c
View file

@ -8,6 +8,8 @@
static void
bsu(struct terminal *term)
{
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
LOG_WARN("untested: BSU - Begin Synchronized Update (params: %.*s)",
(int)term->vt.dcs.idx, term->vt.dcs.data);
@ -18,6 +20,8 @@ bsu(struct terminal *term)
static void
esu(struct terminal *term)
{
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
LOG_WARN("untested: ESU - Begin Synchronized Update (params: %.*s)",
(int)term->vt.dcs.idx, term->vt.dcs.data);