emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h [lexbind]


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

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.136.2.2 emacs/src/dispextern.h:1.136.2.3
*** emacs/src/dispextern.h:1.136.2.2    Tue Oct 14 19:16:42 2003
--- emacs/src/dispextern.h      Thu Nov 20 19:36:17 2003
***************
*** 1778,1783 ****
--- 1778,1787 ----
       thus we need at most 16 bytes here.  */
    Lisp_Object ctl_chars[16];
  
+   /* Initial buffer or string position of the iterator, before skipping
+      over display properties and invisible text.  */
+   struct display_pos start;
+ 
    /* Current buffer or string position of the iterator, including
       position in overlay strings etc.  */
    struct display_pos current;
***************
*** 1963,1968 ****
--- 1967,1975 ----
    /* Current y-position.  Automatically incremented by the height of
       glyph_row in move_it_to and display_line.  */
    int current_y;
+ 
+   /* Vertical matrix position of first text line in window.  */
+   int first_vpos;
  
    /* Current vertical matrix position, or line number.  Automatically
       incremented by move_it_to and display_line.  */




reply via email to

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