diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-21 17:48:44 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-21 17:48:44 +0200 |
commit | 890b2ed23a1311c9051cceb1675b9bb27cf45c70 (patch) | |
tree | 1a23dd3b00a3e026f63b6cfa17be393f2e243b64 /src/core/wee-config.h | |
parent | 7bed0ec48541eda79384fda9275769692846be91 (diff) | |
download | weechat-890b2ed23a1311c9051cceb1675b9bb27cf45c70.zip |
Add new option weechat.look.jump_current_to_previous_buffer
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 f8754ae2e..4f8fb0c9c 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -88,6 +88,7 @@ extern struct t_config_option *config_look_hotlist_names_level; 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_item_time_format; +extern struct t_config_option *config_look_jump_current_to_previous_buffer; extern struct t_config_option *config_look_nickmode; extern struct t_config_option *config_look_nickmode_empty; extern struct t_config_option *config_look_paste_max_lines; |