Mercurial > emacs
diff src/ChangeLog @ 111979:b8b55da43e95
Handle invisible cursor (bg same as cursor color) for Nextstep.
* nsterm.m (ns_draw_window_cursor): If the cursor color is the
same as the background, use the face forground as cursor.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Thu, 16 Dec 2010 20:37:13 +0100 |
parents | c00190a8c8ef |
children | 968255ee954a |
line wrap: on
line diff
--- a/src/ChangeLog Thu Dec 16 13:14:48 2010 +0900 +++ b/src/ChangeLog Thu Dec 16 20:37:13 2010 +0100 @@ -1,3 +1,8 @@ +2010-12-16 Jan Djärv <jan.h.d@swipnet.se> + + * nsterm.m (ns_draw_window_cursor): If the cursor color is the + same as the background, use the face forground as cursor. + 2010-12-13 Eli Zaretskii <eliz@gnu.org> * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)