diff options
| author | Albert Cervin <albert@acervin.com> | 2024-01-25 10:45:45 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-01-25 10:45:45 +0100 |
| commit | f384a3826bae1eb9f500ad6b9dbaa5f904dfbf42 (patch) | |
| tree | 711f3af1bc6b5c6492f15d73d885b56c79dae1f8 /src/dged/buffer.h | |
| parent | 9433096a73d6af7cac7b05b087a740b2d070f463 (diff) | |
| download | dged-f384a3826bae1eb9f500ad6b9dbaa5f904dfbf42.tar.gz dged-f384a3826bae1eb9f500ad6b9dbaa5f904dfbf42.tar.xz dged-f384a3826bae1eb9f500ad6b9dbaa5f904dfbf42.zip | |
Restore lazy row addition
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(); |
