sync: mode 2026 correction ref. #179
This commit is contained in:
parent
4000b47a10
commit
9edaa4c149
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
|
#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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue