summaryrefslogtreecommitdiff
path: root/src/main.c
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/main.c
parent4a15061f631b5b85c0cff068407c51bfb315a497 (diff)
downloadratpoison-7214b8c52e230fdb52a99ce1ed20092c6944dcd3.zip
add 'set historysize' and 'set historycompaction' (defaulting to true) to compact history
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 919f4ca..bb9fb7f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -563,6 +563,7 @@ init_defaults (void)
defaults.window_list_style = STYLE_COLUMN;
defaults.history_size = 20;
+ defaults.history_compaction = True;
defaults.frame_selectors = xstrdup ("");
defaults.maxundos = 20;
}