]> git.eshelyaron.com Git - emacs.git/commit
Fix failure caused by misreading the frame synchronization spec
authorPo Lu <luangruo@yahoo.com>
Sat, 30 Jul 2022 02:04:26 +0000 (10:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 30 Jul 2022 02:04:26 +0000 (10:04 +0800)
commita1975a69b24f01c0ab6a039f0e2f6bde6b2bf741
tree7cb4e2592ff9de00a211222616bab9e03b40d245
parentaf152ffab15174838f11075248353ce66ace1635
Fix failure caused by misreading the frame synchronization spec

* src/xterm.c (x_sync_update_begin): Ensure value % 4 is 1.
(x_sync_update_finish): Then, add 3.
src/xterm.c