diff options
Diffstat (limited to 'src/dged/buffer.h')
| -rw-r--r-- | src/dged/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dged/buffer.h b/src/dged/buffer.h index 7e4ef78..1e00b9d 100644 --- a/src/dged/buffer.h +++ b/src/dged/buffer.h @@ -50,6 +50,9 @@ struct buffer { /** Can this buffer be changed */ bool readonly; + + /** Can rows be added lazily to this buffer */ + bool lazy_row_add; }; void buffer_static_init(); |
