emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Fri, 04 Jan 2002 19:46:01 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.132 emacs/src/w32term.c:1.133
*** emacs/src/w32term.c:1.132   Fri Jan  4 19:06:57 2002
--- emacs/src/w32term.c Fri Jan  4 19:46:01 2002
***************
*** 5040,5046 ****
    for (s = head; s; s = s->next)
      x_draw_glyph_string (s);
  
!   if (area == TEXT_AREA && !row->full_width_p)
      {
        int x0 = head ? head->x : x;
        int x1 = tail ? tail->x + tail->background_width : x;
--- 5040,5051 ----
    for (s = head; s; s = s->next)
      x_draw_glyph_string (s);
  
!   if (area == TEXT_AREA
!       && !row->full_width_p
!       /* When drawing overlapping rows, only the glyph strings'
!        foreground is drawn, which doesn't erase a cursor
!        completely. */
!       && !overlaps_p)
      {
        int x0 = head ? head->x : x;
        int x1 = tail ? tail->x + tail->background_width : x;



reply via email to

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