emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Wed, 22 May 2002 17:17:47 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.733 emacs/src/xterm.c:1.734
*** emacs/src/xterm.c:1.733     Wed May  8 17:32:00 2002
--- emacs/src/xterm.c   Wed May 22 17:17:45 2002
***************
*** 5331,5336 ****
--- 5331,5344 ----
                     hpos, hpos + len,
                     DRAW_NORMAL_TEXT, 0);
  
+   /* Invalidate old phys cursor if the glyph at its hpos is redrawn.  */
+   if (updated_area == TEXT_AREA
+       && updated_window->phys_cursor_on_p
+       && updated_window->phys_cursor.vpos == output_cursor.vpos
+       && updated_window->phys_cursor.hpos >= hpos
+       && updated_window->phys_cursor.hpos < hpos + len)
+     updated_window->phys_cursor_on_p = 0;
+ 
    UNBLOCK_INPUT;
    
    /* Advance the output cursor.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]