prim/source/opt.d

16 lines
145 B
D
Raw Normal View History

2023-08-09 20:01:15 +00:00
module prim.opt;
struct Opts {
bool ps1;
bool rps1;
bool preexec;
2023-08-09 20:33:14 +00:00
int pathlen;
2023-08-10 15:50:57 +00:00
string pchar;
2023-08-09 20:33:14 +00:00
2023-08-09 20:01:15 +00:00
int col;
int row;
int status;
}