emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Fri, 14 Nov 2003 08:04:16 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.320 emacs/src/dispnew.c:1.321
*** emacs/src/dispnew.c:1.320   Mon Sep  1 11:45:52 2003
--- emacs/src/dispnew.c Fri Nov 14 08:04:15 2003
***************
*** 4421,4427 ****
          /* If old row extends to the end of the text area, clear.  */
          if (i >= desired_row->used[TEXT_AREA])
            rif->cursor_to (vpos, i, desired_row->y,
!                           desired_row->x + desired_row->pixel_width);
          rif->clear_end_of_line (-1);
          changed_p = 1;
        }
--- 4421,4427 ----
          /* If old row extends to the end of the text area, clear.  */
          if (i >= desired_row->used[TEXT_AREA])
            rif->cursor_to (vpos, i, desired_row->y,
!                           desired_row->pixel_width);
          rif->clear_end_of_line (-1);
          changed_p = 1;
        }
***************
*** 4433,4439 ****
  
          if (i >= desired_row->used[TEXT_AREA])
            rif->cursor_to (vpos, i, desired_row->y,
!                           desired_row->x + desired_row->pixel_width);
  
          /* If cursor is displayed at the end of the line, make sure
             it's cleared.  Nowadays we don't have a phys_cursor_glyph
--- 4433,4439 ----
  
          if (i >= desired_row->used[TEXT_AREA])
            rif->cursor_to (vpos, i, desired_row->y,
!                           desired_row->pixel_width);
  
          /* If cursor is displayed at the end of the line, make sure
             it's cleared.  Nowadays we don't have a phys_cursor_glyph
***************
*** 4447,4453 ****
              x = -1;
            }
          else
!           x = current_row->x + current_row->pixel_width;
          rif->clear_end_of_line (x);
          changed_p = 1;
        }
--- 4447,4453 ----
              x = -1;
            }
          else
!           x = current_row->pixel_width;
          rif->clear_end_of_line (x);
          changed_p = 1;
        }




reply via email to

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