From 49768a38a7662dab13f2e6efa9561fbdcb06d83c Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Thu, 10 Aug 2023 11:50:57 -0400 Subject: Add NO_COLOR support --- source/opt.d | 1 + 1 file changed, 1 insertion(+) (limited to 'source/opt.d') diff --git a/source/opt.d b/source/opt.d index 3c8c706..2685968 100644 --- a/source/opt.d +++ b/source/opt.d @@ -6,6 +6,7 @@ struct Opts { bool preexec; int pathlen; + string pchar; int col; int row; -- cgit v1.2.3