]> git.eshelyaron.com Git - emacs.git/commit
Fix hangs when explicitly moving frames with input blocked
authorPo Lu <luangruo@yahoo.com>
Wed, 1 Jun 2022 06:13:57 +0000 (14:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 1 Jun 2022 06:13:57 +0000 (14:13 +0800)
commita3d3fef2bc60f05f30350ef1cc0bb66e8f7010c7
tree9b12cf41efc4e4568e622ab9618755803fd5ae84
parent76850b26b92ab0f23d56180d000063d4ad6e08ca
Fix hangs when explicitly moving frames with input blocked

* src/xterm.c (x_check_expected_move): Fix indent.
(x_sync_with_move): Use pselect to wait the 0.5 seconds instead
of wait_reading_process_output if input is blocked.
src/xterm.c