module prim.opt;
struct Opts {
bool ps1;
bool rps1;
bool preexec;
int pathlen;
string pchar;
int col;
int row;
int status;
}