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: Thu, 25 Apr 2002 13:26:57 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.729 emacs/src/xterm.c:1.730
*** emacs/src/xterm.c:1.729     Wed Apr 24 13:03:03 2002
--- emacs/src/xterm.c   Thu Apr 25 13:26:55 2002
***************
*** 11478,11484 ****
        {
          struct glyph *cursor_glyph = get_phys_cursor_glyph (w);
          if (cursor_glyph)
!           w->phys_cursor_width = cursor_glyph->pixel_width;
        }
  
        /* When we erase the cursor, and ROW is overlapped by other
--- 11478,11490 ----
        {
          struct glyph *cursor_glyph = get_phys_cursor_glyph (w);
          if (cursor_glyph)
!           {
!             if (x_stretch_cursor_p)
!               w->phys_cursor_width = cursor_glyph->pixel_width;
!             else
!               w->phys_cursor_width = min (CANON_X_UNIT (XFRAME (w->frame)),
!                                           cursor_glyph->pixel_width);
!           }
        }
  
        /* When we erase the cursor, and ROW is overlapped by other



reply via email to

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