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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c [lexbind]
Date: Thu, 20 Nov 2003 19:36:58 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.308.2.2 emacs/src/dispnew.c:1.308.2.3
*** emacs/src/dispnew.c:1.308.2.2       Tue Oct 14 19:16:42 2003
--- emacs/src/dispnew.c Thu Nov 20 19:36:17 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]