summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-06-15 15:02:03 +0200
committerShawn <sabetts@juicebox.(none)>2008-10-22 14:24:40 -0700
commit1e4c576b14025d4e16e09110c31b1dec5dac85b9 (patch)
treebcda968ad241db10c30605ce75d7130f69102966 /src/data.h
parent4ca186ff04eb611db6b11aa0c06adda7f428d4f3 (diff)
downloadratpoison-1e4c576b14025d4e16e09110c31b1dec5dac85b9.zip
make history expansion an option (switched off by default)
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 318e61c..a7785de 100644
--- a/src/data.h
+++ b/src/data.h
@@ -261,6 +261,8 @@ struct rp_defaults
int history_size;
/* remove older history when adding the same again */
int history_compaction;
+ /* expand ! when compiled with libhistory */
+ int history_expansion;
char *frame_selectors;