tdisable colors - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d6a34884280f5ebce6c455a18e24f27a1456f52d
 (DIR) parent df99d950539c6cc4b6ebf43367b0c7f87abd7c0e
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 21 May 2021 10:11:52 +0200
       
       disable colors
       
       Diffstat:
         M src/dopewars.c                      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -2757,6 +2757,7 @@ struct CMDLINE *ParseCmdLine(int argc, char *argv[])
              break;
            }
          } while (c != -1);
       +  cmdline->color = FALSE;
        
          return cmdline;
        }