]> git.eshelyaron.com Git - emacs.git/commit
Remove what should be unnecessary calls to block_input
authorPo Lu <luangruo@yahoo.com>
Sun, 18 Sep 2022 07:23:42 +0000 (15:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 18 Sep 2022 07:24:02 +0000 (15:24 +0800)
commit25587ada2c094e5435a7a39bf99e97730cc7ecd0
tree68bb778dcd495fbd3891ae0cffc921778e594b96
parent117795a0594d1b4fc1c267311d789b0255ac6291
Remove what should be unnecessary calls to block_input

* src/xterm.c (handle_one_xevent): Do not block input inside.
This function is not reentrant and is always called with input
blocked.
src/xterm.c