summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-06-12 18:10:37 +0200
committerShawn <sabetts@juicebox.(none)>2008-10-22 14:24:26 -0700
commit7214b8c52e230fdb52a99ce1ed20092c6944dcd3 (patch)
treea7dd9d9982aa6dcb2082b3dad4b5ebfe78d0d02d /src/data.h
parent4a15061f631b5b85c0cff068407c51bfb315a497 (diff)
downloadratpoison-7214b8c52e230fdb52a99ce1ed20092c6944dcd3.zip
add 'set historysize' and 'set historycompaction' (defaulting to true) to compact history
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;