sync: mode 2026 correction ref. #179

This commit is contained in:
Bakkeby 2025-07-08 15:11:17 +02:00
parent 4000b47a10
commit 9edaa4c149

4
st.c
View file

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