Initial cursesd

This commit is contained in:
jl777
2019-02-17 00:46:28 -11:00
parent e225c54012
commit e3ccd36f0b
10 changed files with 465 additions and 139 deletions

View File

@@ -227,7 +227,9 @@ restore(struct rogue_state *rs,char *file, char **envp)
char buf[MAXSTR];
//auto
STAT sbuf2;
if ( rs->guiflag == 0 )
return(0);
if (strcmp(file, "-r") == 0)
file = file_name;