summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-05 15:29:51 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-05 15:29:51 +0100
commitb1c8989835499c52677b092044f91da9d769e597 (patch)
tree6b881d0694e8e1ed640cb349ad214ee0249240a6 /src/core/wee-config.h
parent0a69df6c2c13a8889671cf1b5a3d91996ddb562a (diff)
downloadweechat-b1c8989835499c52677b092044f91da9d769e597.zip
Add option weechat.look.read_marker_string, use option hline_char for horizontal bar separators only
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r--src/core/wee-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index 9ab0df34a..e3052a87e 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -81,7 +81,6 @@ enum t_config_look_read_marker
{
CONFIG_LOOK_READ_MARKER_NONE = 0,
CONFIG_LOOK_READ_MARKER_LINE,
- CONFIG_LOOK_READ_MARKER_DOTTED_LINE,
CONFIG_LOOK_READ_MARKER_CHAR,
};
@@ -143,6 +142,7 @@ extern struct t_config_option *config_look_prefix_buffer_align_more;
extern struct t_config_option *config_look_prefix_suffix;
extern struct t_config_option *config_look_read_marker;
extern struct t_config_option *config_look_read_marker_always_show;
+extern struct t_config_option *config_look_read_marker_string;
extern struct t_config_option *config_look_save_config_on_exit;
extern struct t_config_option *config_look_save_layout_on_exit;
extern struct t_config_option *config_look_scroll_amount;