dcs: fix comment: ESU is *End* synchronized update

This commit is contained in:
Daniel Eklöf 2020-01-29 19:43:58 +01:00
parent f74364979d
commit 26d39fe96e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
dcs.c
View file

@ -21,7 +21,7 @@ esu(struct terminal *term)
{
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
LOG_DBG("untested: ESU - Begin Synchronized Update (params: %.*s)",
LOG_DBG("untested: ESU - End Synchronized Update (params: %.*s)",
(int)term->vt.dcs.idx, term->vt.dcs.data);
term_disable_app_sync_updates(term);