summaryrefslogtreecommitdiff
path: root/src/dged/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/buffer.h')
-rw-r--r--src/dged/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dged/buffer.h b/src/dged/buffer.h
index 2b53ec2..cd5bd95 100644
--- a/src/dged/buffer.h
+++ b/src/dged/buffer.h
@@ -60,6 +60,9 @@ struct buffer {
/** Can rows be added lazily to this buffer */
bool lazy_row_add;
+
+ /** If true, force whitespace indication off for this buffer */
+ bool force_show_ws_off;
};
void buffer_static_init();