# HG changeset patch # User Richard M. Stallman # Date 844710879 0 # Node ID a388d0109b9ea04097aaa9ac956be811f16d3c3c # Parent 3608b4a0c460afd606b98ba84ce4231a002c0ea8 (struct position): New field ovstring_chars_done. diff -r 3608b4a0c460 -r a388d0109b9e src/indent.h --- a/src/indent.h Mon Oct 07 17:54:16 1996 +0000 +++ b/src/indent.h Mon Oct 07 17:54:39 1996 +0000 @@ -26,6 +26,9 @@ int vpos; int prevhpos; int contin; + /* Number of characters we have already handled + from the before and after strings at this position. */ + int ovstring_chars_done; }; struct position *compute_motion ();