]> git.eshelyaron.com Git - emacs.git/commit
Fix NS stretch glyph display
authorPo Lu <luangruo@yahoo.com>
Wed, 27 Jul 2022 03:21:34 +0000 (11:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 27 Jul 2022 03:21:34 +0000 (11:21 +0800)
commit86f60ec54a8033dc783646655ffd31447c8bf8c3
tree12a6216f302f8e5926ac9303f06db6f8b0fcc6fc
parent004ee6b0460c450308c83dffc567fb1b8672777c
Fix NS stretch glyph display

* src/nsterm.m (ns_draw_window_cursor): Just draw hollow cursor.
There is no need to draw the phys cursor glyph.
(ns_dumpglyphs_stretch): Delete function.
(ns_draw_glyph_string): New function.  Port code from X and use
it instead.  (bug#56787)
src/nsterm.m