2001-05-14 Gerd Moellmann <gerd@gnu.org>
- * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for
+ * xterm.c (note_mouse_highlight): Avoid changing the mouse
+ pointer shape when show_mouse_face has already done it.
+
+ * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
full-width rows.
* xfaces.c (split_font_name): Make sure to leave the loop
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
+ cursor = None;
}
/* Handle the text property case. */
else if (!NILP (mouse_face) && BUFFERP (object))
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
+ cursor = None;
}
else if (!NILP (mouse_face) && STRINGP (object))
{
= face_at_string_position (w, object, pos, 0, 0, 0, &ignore,
glyph->face_id, 1);
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
+ cursor = None;
}
}