diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-28 23:24:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-28 23:24:32 +0200 |
commit | f1dfe0824349712055f343a27d5a30793d139096 (patch) | |
tree | bf91b62c1f564df3e4657dfb2fbc5b71b82cbcab /src/core/wee-config.h | |
parent | 87d29b19871ef7b967a1a818eae338ed29faade9 (diff) | |
download | weechat-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.h | 1 |
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; |