]> git.eshelyaron.com Git - emacs.git/commit
Fix recursive calls of x_connection_closed leading to dead terminal
authorPo Lu <luangruo@yahoo.com>
Wed, 13 Jul 2022 12:16:21 +0000 (20:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 13 Jul 2022 12:16:45 +0000 (20:16 +0800)
commit9f6d8486b46ce4d2dfaba9a59ccc349359688878
tree74eea6f26d065a198106af2d26d7e46a57a58f1b
parentad4ccd4d907a6741668d3c7ba1385485315ee6e1
Fix recursive calls of x_connection_closed leading to dead terminal

* src/xterm.c (x_connection_closed): Return if called again for
the current display.
(x_io_error_quitter): Fix attributes.  (bug#56528)
src/xterm.c