summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-01 21:38:00 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-01 21:38:00 +0200
commit4f887a1e536044cca9b4a865917ca56288032b07 (patch)
tree10c841790aa7bd5532743facd59afb203b9204aa /src/common/xchat.h
parentfb00928c9df3a8152113674f4b85ba0fdf1679c8 (diff)
Consolidate color stripping for messages, topic and scrollback
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 66f43522..a5b854af 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -236,7 +236,9 @@ struct xchatprefs
 	unsigned int autoopendccrecvwindow;
 	unsigned int autoopendccchatwindow;
 	unsigned int transparent;
-	unsigned int stripcolor;
+	unsigned int text_stripcolor_msg;
+	unsigned int text_stripcolor_replay;
+	unsigned int text_stripcolor_topic;
 	unsigned int timestamp;
 	unsigned int fastdccsend;
 	unsigned int dcc_send_fillspaces;
@@ -286,7 +288,6 @@ struct xchatprefs
 	unsigned int windows_as_tabs;
 	unsigned int indent_nicks;
 	unsigned int text_replay;
-	unsigned int text_replay_strip_color;
 	unsigned int show_marker;
 	unsigned int show_separator;
 	unsigned int thin_separator;