sync: mode 2026 correction ref. #179
This commit is contained in:
parent
f7354190f7
commit
9be6da0370
1 changed files with 2 additions and 2 deletions
4
st.c
4
st.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue