aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-13 09:24:41 -0400
committerShav Kinderlehrer <[email protected]>2023-04-13 09:24:41 -0400
commitf1de0cfb8b2c2d71d1776032b63e33090664ec84 (patch)
tree5c4bfb1ae02d152a16d315cabd9571693b5a8873 /include
parent5f01703842daf79a5beb9b2d87bf42034346de03 (diff)
downloadlat-f1de0cfb8b2c2d71d1776032b63e33090664ec84.tar.gz
lat-f1de0cfb8b2c2d71d1776032b63e33090664ec84.zip
Add stdin supportv0.6.0
Diffstat (limited to 'include')
-rw-r--r--include/arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arg.h b/include/arg.h
index 02ca360..985daa4 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -7,6 +7,7 @@
struct config {
bool color;
bool lines;
+ bool has_read_stdin;
};
extern struct config conf;