]> git.lizzy.rs Git - nothing.git/commitdiff
TTY color support is outside of the scope of this project
authorrexim <reximkut@gmail.com>
Sun, 26 Aug 2018 23:09:05 +0000 (06:09 +0700)
committerrexim <reximkut@gmail.com>
Sun, 26 Aug 2018 23:09:05 +0000 (06:09 +0700)
Close #293

src/script/parser.c

index 2645e47e78400ce49bed0cf23bcc25844f97b7c6..9f063a42f0729f0a1e97a59807b59851eca6b97e 100644 (file)
@@ -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;