diff options
author | Bernhard R. Link <brlink@debian.org> | 2008-06-12 18:10:37 +0200 |
---|---|---|
committer | Shawn <sabetts@juicebox.(none)> | 2008-10-22 14:24:26 -0700 |
commit | 7214b8c52e230fdb52a99ce1ed20092c6944dcd3 (patch) | |
tree | a7dd9d9982aa6dcb2082b3dad4b5ebfe78d0d02d /src/main.c | |
parent | 4a15061f631b5b85c0cff068407c51bfb315a497 (diff) | |
download | ratpoison-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |