mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
dcs: bsu/esu: add link to spec
This commit is contained in:
parent
14982159e4
commit
d9bd1ef2d4
1 changed files with 4 additions and 0 deletions
4
dcs.c
4
dcs.c
|
|
@ -8,6 +8,8 @@
|
||||||
static void
|
static void
|
||||||
bsu(struct terminal *term)
|
bsu(struct terminal *term)
|
||||||
{
|
{
|
||||||
|
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
|
||||||
|
|
||||||
LOG_WARN("untested: BSU - Begin Synchronized Update (params: %.*s)",
|
LOG_WARN("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);
|
||||||
|
|
||||||
|
|
@ -18,6 +20,8 @@ bsu(struct terminal *term)
|
||||||
static void
|
static void
|
||||||
esu(struct terminal *term)
|
esu(struct terminal *term)
|
||||||
{
|
{
|
||||||
|
/* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */
|
||||||
|
|
||||||
LOG_WARN("untested: ESU - Begin Synchronized Update (params: %.*s)",
|
LOG_WARN("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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue