summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-18 13:07:24 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-18 13:07:24 +0100
commit66494c439ed55ad29ae85600d5ca7cd5b1d6f075 (patch)
tree6bd0771c86406e6c91ece62c8d50d840fbf732c8 /src/core/wee-config.h
parent4c5e89ca6a4659d9e6dcc9c58324b2e6494fddfc (diff)
downloadweechat-66494c439ed55ad29ae85600d5ca7cd5b1d6f075.zip
core: add option weechat.look.window_auto_zoom, disable automatic zoom by default when terminal becomes too small for windows
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r--src/core/wee-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index 9f1374978..576a4ed80 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -197,6 +197,7 @@ extern struct t_config_option *config_look_search_text_not_found_alert;
extern struct t_config_option *config_look_separator_horizontal;
extern struct t_config_option *config_look_separator_vertical;
extern struct t_config_option *config_look_time_format;
+extern struct t_config_option *config_look_window_auto_zoom;
extern struct t_config_option *config_look_window_separator_horizontal;
extern struct t_config_option *config_look_window_separator_vertical;
extern struct t_config_option *config_look_window_title;