comparison src/indent.h @ 20540:64b4e34d34c2

(struct position): New field bytepos.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Jan 1998 02:40:05 +0000
parents f13a67b3ec8d
children 488e6b8dc9ae
comparison
equal deleted inserted replaced
20539:4eae32c75642 20540:64b4e34d34c2
37 */ 37 */
38 38
39 struct position 39 struct position
40 { 40 {
41 int bufpos; 41 int bufpos;
42 int bytepos;
42 int hpos; 43 int hpos;
43 int vpos; 44 int vpos;
44 int prevhpos; 45 int prevhpos;
45 int contin; 46 int contin;
46 /* Number of characters we have already handled 47 /* Number of characters we have already handled