diff options
Diffstat (limited to 'src/plugins/irc/irc-color.h')
-rw-r--r-- | src/plugins/irc/irc-color.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-color.h b/src/plugins/irc/irc-color.h index 5d4105153..bf81f820a 100644 --- a/src/plugins/irc/irc-color.h +++ b/src/plugins/irc/irc-color.h @@ -22,8 +22,10 @@ #define IRC_NUM_COLORS 16 -/* shift ncurses colors for compatibility with colors - in IRC messages (same as other IRC clients) */ +/* + * shift ncurses colors for compatibility with colors + * in IRC messages (same as other IRC clients) + */ #define WEECHAT_COLOR_BLACK COLOR_BLACK #define WEECHAT_COLOR_RED COLOR_BLUE |