summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
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 /include/rofi.h
parenta2bbc65ff8407bfb928ebbf835ab42e4545a5ce9 (diff)
Add option to disable history.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 27b29298..00a96f01 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -133,6 +133,8 @@ typedef struct _Settings
unsigned int ssh_set_title;
unsigned int fixed_num_lines;
+
+ unsigned int disable_history;
} Settings;
extern Settings config;