]> git.eshelyaron.com Git - emacs.git/commit
Fix double unfocus during NS cursor display
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Jul 2022 14:00:57 +0000 (22:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Jul 2022 14:00:57 +0000 (22:00 +0800)
commitc829e63b0aeb6e6e3af4ca3a69cc90689b423de4
treefffd5e0cedb8a095fc49e1a6c406281732e4b6c3
parentc96a6a0c9fc44be846834ab1d7d8d527dc8dc5e9
Fix double unfocus during NS cursor display

* src/nsterm.m (ns_draw_window_cursor): Unfocus around calls to
draw_phys_cursor_glyph, then focus again later.  (bug#56559)
src/nsterm.m