diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2005-11-13 16:59:40 +0000 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2005-11-13 16:59:40 +0000 |
commit | 8cab953c6f7d96b9c0b10fc1294b351adb5ed56b (patch) | |
tree | 11285d1d4698c6280539cd3a118812fdbb69f777 /src/common/weeconfig.h | |
parent | b81fa36a5c9be46c952a2dd40b5c013dd023123c (diff) | |
download | weechat-8cab953c6f7d96b9c0b10fc1294b351adb5ed56b.zip |
add command /history
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index a269d6b68..b0413c3e1 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -169,6 +169,7 @@ extern int cfg_col_dcc_aborted; extern int cfg_history_max_lines; extern int cfg_history_max_commands; +extern int cfg_history_display_default; extern int cfg_log_auto_server; extern int cfg_log_auto_channel; |