summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-04-28 23:24:32 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-04-28 23:24:32 +0200
commitf1dfe0824349712055f343a27d5a30793d139096 (patch)
treebf91b62c1f564df3e4657dfb2fbc5b71b82cbcab /src/core/wee-config.h
parent87d29b19871ef7b967a1a818eae338ed29faade9 (diff)
downloadweechat-f1dfe0824349712055f343a27d5a30793d139096.zip
Add keys for undo/redo changes on command line (default: ctrl/alt + underscore) (task #9483)
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 70aee5b8d..a53f57b63 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -99,6 +99,7 @@ extern struct t_config_option *config_look_hotlist_names_level;
extern struct t_config_option *config_look_hotlist_names_merged_buffers;
extern struct t_config_option *config_look_hotlist_short_names;
extern struct t_config_option *config_look_hotlist_sort;
+extern struct t_config_option *config_look_input_undo_max;
extern struct t_config_option *config_look_item_time_format;
extern struct t_config_option *config_look_jump_current_to_previous_buffer;
extern struct t_config_option *config_look_jump_previous_buffer_when_closing;