Revert "Force screen update after drawing cursor glyph (bug#23774)"
This reverts commit 1b492fa545
.
See bug#28358
This commit is contained in:
parent
964d672a7f
commit
732fdeb341
1 changed files with 1 additions and 10 deletions
11
src/nsterm.m
11
src/nsterm.m
|
@ -3143,16 +3143,7 @@ Note that CURSOR_WIDTH is meaningful only for (h)bar cursors.
|
|||
|
||||
/* draw the character under the cursor */
|
||||
if (cursor_type != NO_CURSOR)
|
||||
{
|
||||
draw_phys_cursor_glyph (w, glyph_row, DRAW_CURSOR);
|
||||
|
||||
#ifdef NS_IMPL_COCOA
|
||||
/* The glyph under the cursor isn't displayed when switching
|
||||
spaces, so force an update. This seems to be related to the
|
||||
use of NSDisableScreenUpdates. */
|
||||
[FRAME_NS_VIEW (f) setNeedsDisplay:YES];
|
||||
#endif
|
||||
}
|
||||
draw_phys_cursor_glyph (w, glyph_row, DRAW_CURSOR);
|
||||
|
||||
#ifdef NS_IMPL_COCOA
|
||||
NSEnableScreenUpdates ();
|
||||
|
|
Loading…
Add table
Reference in a new issue