summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-06-05 21:55:47 +0200
committerQC <qball@gmpclient.org>2014-06-05 21:55:47 +0200
commitf9149b5bdb2a9f03ad9d48880f7e12db7828c0c6 (patch)
tree19f13c6c7e82809f644316d766e47a4986c82503 /config/config.c
parenta2bbc65ff8407bfb928ebbf835ab42e4545a5ce9 (diff)
Add option to disable history.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 7d28c052..78956116 100644
--- a/config/config.c
+++ b/config/config.c
@@ -74,6 +74,7 @@ Settings config = {
.ssh_set_title = TRUE,
.y_offset = 0,
.x_offset = 0,
- .fixed_num_lines = FALSE
+ .fixed_num_lines = FALSE,
+ .disable_history = FALSE
};