From 26d39fe96e78f835a8c8cee39e2a6f44699c4838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 29 Jan 2020 19:43:58 +0100 Subject: [PATCH] dcs: fix comment: ESU is *End* synchronized update --- dcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcs.c b/dcs.c index b589e96c..048cd62e 100644 --- a/dcs.c +++ b/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);