DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

Do something about checking before overwrite. #47

Open DavidGriffith opened 7 years ago

DavidGriffith commented 7 years ago

With the dumb interface, Frotz will check before overwriting a file (save, transcript, or recording). With the curses interface, this is not done. I need to decide if always checking for overwrite is desirable or to provide a command-line switch for this.