(x_erase_phys_cursor): Remove inverse_p.
This commit is contained in:
parent
a6a1654e25
commit
98515cf03b
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-10-21 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* w32term.c (x_erase_phys_cursor): Remove inverse_p again.
|
||||
|
||||
2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* mocklisp.c (Fml_if, Fml_provide_prefix_argument)
|
||||
|
|
|
@ -9427,8 +9427,6 @@ x_erase_phys_cursor (w)
|
|||
/* Erase the cursor by redrawing the character underneath it. */
|
||||
if (mouse_face_here_p)
|
||||
hl = DRAW_MOUSE_FACE;
|
||||
else if (cursor_row->inverse_p)
|
||||
hl = DRAW_INVERSE_VIDEO;
|
||||
else
|
||||
hl = DRAW_NORMAL_TEXT;
|
||||
x_draw_phys_cursor_glyph (w, cursor_row, hl);
|
||||
|
|
Loading…
Add table
Reference in a new issue