Modified returns if this buffer has been modified since being opened
()
| 696 | // Modified returns if this buffer has been modified since |
| 697 | // being opened |
| 698 | func (b *Buffer) Modified() bool { |
| 699 | return b.isModified |
| 700 | } |
| 701 | |
| 702 | // Size returns the number of bytes in the current buffer |
| 703 | func (b *Buffer) Size() int { |