From: rexim Date: Sun, 26 Aug 2018 23:09:05 +0000 (+0700) Subject: TTY color support is outside of the scope of this project X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=19331d7fa08c162ea2918be49b4b374ab3cbe4d8;p=nothing.git TTY color support is outside of the scope of this project Close #293 --- diff --git a/src/script/parser.c b/src/script/parser.c index 2645e47e..9f063a42 100644 --- a/src/script/parser.c +++ b/src/script/parser.c @@ -179,7 +179,6 @@ void print_parse_error(FILE *stream, const char *str, struct ParseResult result) { - /* TODO(#293): print_parse_error doesn't support colors */ /* TODO(#294): print_parse_error doesn't support multiple lines */ if (!result.is_error) { return;