mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
dcs: bsu/esu: convert warning log to debug log
This commit is contained in:
parent
4a64e4aebc
commit
f74364979d
1 changed files with 2 additions and 2 deletions
4
dcs.c
4
dcs.c
|
|
@ -10,7 +10,7 @@ bsu(struct terminal *term)
|
||||||
{
|
{
|
||||||
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
|
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
|
||||||
|
|
||||||
LOG_WARN("untested: BSU - Begin Synchronized Update (params: %.*s)",
|
LOG_DBG("untested: BSU - Begin Synchronized Update (params: %.*s)",
|
||||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||||
|
|
||||||
term_enable_app_sync_updates(term);
|
term_enable_app_sync_updates(term);
|
||||||
|
|
@ -21,7 +21,7 @@ esu(struct terminal *term)
|
||||||
{
|
{
|
||||||
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
|
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
|
||||||
|
|
||||||
LOG_WARN("untested: ESU - Begin Synchronized Update (params: %.*s)",
|
LOG_DBG("untested: ESU - Begin Synchronized Update (params: %.*s)",
|
||||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||||
|
|
||||||
term_disable_app_sync_updates(term);
|
term_disable_app_sync_updates(term);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue