sync: mode 2026 correction ref. #179

This commit is contained in:
Bakkeby 2025-07-08 15:11:17 +02:00 committed by Antoine Vaure
parent f7354190f7
commit 9be6da0370

4
st.c
View file

@ -2041,9 +2041,9 @@ tsetmode(int priv, int set, const int *args, int narg)
#endif // SIXEL_PATCH
#if SYNC_PATCH
case 2026:
if (set == 1) {
if (set) {
tsync_begin();
} else if (set == 2) {
} else {
tsync_end();
}
break;