comparison src/buffer.h @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents ac0620f6398e
children 85ec50267440
comparison
equal deleted inserted replaced
97:498bf5da1c90 98:0d2f883870bc
79 Bufbyte *beg; /* Actual address of buffer contents. */ 79 Bufbyte *beg; /* Actual address of buffer contents. */
80 Bytind gpt; /* Index of gap in buffer. */ 80 Bytind gpt; /* Index of gap in buffer. */
81 Bytind z; /* Index of end of buffer. */ 81 Bytind z; /* Index of end of buffer. */
82 Bufpos bufz; /* Equivalent as a Bufpos. */ 82 Bufpos bufz; /* Equivalent as a Bufpos. */
83 int gap_size; /* Size of buffer's gap */ 83 int gap_size; /* Size of buffer's gap */
84 int end_gap_size; /* Size of buffer's end gap */
84 int modiff; /* This counts buffer-modification events 85 int modiff; /* This counts buffer-modification events
85 for this buffer. It is incremented for 86 for this buffer. It is incremented for
86 each such event, and never otherwise 87 each such event, and never otherwise
87 changed. */ 88 changed. */
88 int save_modiff; /* Previous value of modiff, as of last 89 int save_modiff; /* Previous value of modiff, as of last