]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#16856, cursor leaves garbage in fringe on OS X.
authorAlan Third <alan@idiocy.org>
Sat, 21 May 2016 19:04:39 +0000 (21:04 +0200)
committerAnders Lindgren <andlind@gmail.com>
Sat, 21 May 2016 19:04:39 +0000 (21:04 +0200)
commite5015c5d9632a0bf685c093249ae4a7d3e825b13
tree042c6a1c76c46361b1870d97a74d87da24d42ae6
parentcb5af79249c2c9e21405e6237db11935b50dd1c5
Fix bug#16856, cursor leaves garbage in fringe on OS X.

* src/nsterm.m (ns_draw_window_cursor): Prevent the cursor from
being drawn outside the text area.
src/nsterm.m