summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 10a0f1c..318e61c 100644
--- a/src/data.h
+++ b/src/data.h
@@ -259,6 +259,8 @@ struct rp_defaults
int warp;
int history_size;
+ /* remove older history when adding the same again */
+ int history_compaction;
char *frame_selectors;