]> git.eshelyaron.com Git - emacs.git/commit
Fix tooltip buffer flipping inside popup menus
authorPo Lu <luangruo@yahoo.com>
Thu, 19 May 2022 09:36:24 +0000 (17:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 19 May 2022 09:36:24 +0000 (17:36 +0800)
commit0a4d9f26ee9b24ecf0a8b1fb14d4b4bab5daa3ae
treea31b78155678b252af7b47397b6ac4855908a17f
parentb9f6ead9f563a1eff3bf3b93b2264a95baea2aaf
Fix tooltip buffer flipping inside popup menus

* src/xterm.c (x_flip_and_flush): Don't ignore if
`inhibit-redisplay' but F is a tooltip frame.  (bug#55519)
src/xterm.c