1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

exec: add values "irc" and "weechat" for option "-color", replace "decode" by "auto"

This commit is contained in:
Sebastien Helleu
2014-03-16 09:52:44 +01:00
parent ffba715ea1
commit fcf5e84fa4
3 changed files with 38 additions and 14 deletions
+3 -1
View File
@@ -28,7 +28,9 @@
enum t_exec_color
{
EXEC_COLOR_ANSI = 0,
EXEC_COLOR_DECODE,
EXEC_COLOR_AUTO,
EXEC_COLOR_IRC,
EXEC_COLOR_WEECHAT,
EXEC_COLOR_STRIP,
/* number of color actions */
EXEC_NUM_COLORS,