mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
dcs: fix comment: ESU is *End* synchronized update
This commit is contained in:
parent
f74364979d
commit
26d39fe96e
1 changed files with 1 additions and 1 deletions
2
dcs.c
2
dcs.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue