summaryrefslogtreecommitdiff
path: root/source/opt.d
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-08-10 11:50:57 -0400
committerShav Kinderlehrer <[email protected]>2023-08-10 11:50:57 -0400
commit49768a38a7662dab13f2e6efa9561fbdcb06d83c (patch)
tree31f3149d749a731a45afd11894bf0b65bdbb7573 /source/opt.d
parent3ba25af848e9789a9a631590d9a251902ee18440 (diff)
downloadprim-49768a38a7662dab13f2e6efa9561fbdcb06d83c.tar.gz
prim-49768a38a7662dab13f2e6efa9561fbdcb06d83c.zip
Add NO_COLOR supportv0.1.0
Diffstat (limited to 'source/opt.d')
-rw-r--r--source/opt.d1
1 files changed, 1 insertions, 0 deletions
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;