1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

exec: rename value "off" to "ansi" for option "-color" in command /exec

This commit is contained in:
Sebastien Helleu
2014-03-15 12:43:06 +01:00
parent 520509d62c
commit c92b186e01
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#define EXEC_PLUGIN_NAME "exec"
enum t_exec_color {
EXEC_COLOR_OFF = 0,
EXEC_COLOR_ANSI = 0,
EXEC_COLOR_DECODE,
EXEC_COLOR_STRIP,
/* number of color actions */