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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user