diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-19 09:14:34 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-19 09:14:56 +0200 |
commit | ef81a24f643a5373c751ff827ccf07e479a5e75f (patch) | |
tree | f9f370425e0b2ac46f97900bc3b0fdd4f057faa0 /src/common/xchat.h | |
parent | 89584e565ae97a0095c8519b0c519d0a01c49d9d (diff) |
Add option to retain colors in scrollback
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index b4f79f0f..2349e23b 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -284,6 +284,7 @@ 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; |