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: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Wed, 24 Apr 2002 13:03:04 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.728 emacs/src/xterm.c:1.729
*** emacs/src/xterm.c:1.728     Wed Apr 24 06:29:49 2002
--- emacs/src/xterm.c   Wed Apr 24 13:03:03 2002
***************
*** 11248,11254 ****
             Likewise if part of the cursor is below y1, with the
             exception of the cursor being in the first blank row at
             the buffer and window end because update_text_area
!            doesn't draw that row.  */
          if (((y0 >= cy0 && y0 < cy1) || (y1 > cy0 && y1 < cy1))
              && w->current_matrix->rows[w->phys_cursor.vpos].displays_text_p)
            w->phys_cursor_on_p = 0;
--- 11248,11256 ----
             Likewise if part of the cursor is below y1, with the
             exception of the cursor being in the first blank row at
             the buffer and window end because update_text_area
!            doesn't draw that row.  (Except when it does, but
!            that's handled in update_text_area.)  */
!         
          if (((y0 >= cy0 && y0 < cy1) || (y1 > cy0 && y1 < cy1))
              && w->current_matrix->rows[w->phys_cursor.vpos].displays_text_p)
            w->phys_cursor_on_p = 0;
***************
*** 11767,11772 ****
--- 11769,11775 ----
          break;
  
        case NO_CURSOR:
+         w->phys_cursor_width = 0;
          break;
  
        default:



reply via email to

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