Preparing for Z-machine standard 1.1 of not prompting on save/restore.
authorDavid Griffith <dave@661.org>
Fri, 28 Apr 2023 20:10:12 +0000 (13:10 -0700)
committerDavid Griffith <dave@661.org>
Fri, 28 Apr 2023 20:10:12 +0000 (13:10 -0700)
commite862aabf7864726399e9046889bd255d5600b5b9
treeec6107a008749a5a9cb7bb3641bbc2934cc00d85
parent1e03ccc4ecad8aca8c9609558bb4b8bd90adb8a2
Preparing for Z-machine standard 1.1 of not prompting on save/restore.

Copied from the Z-machine Standard 1.1 document:

As of Standard 1.1 an additional optional parameter, prompt, is allowed
on Version 5 extended save/restore.  This allows a game author to tell
the interpreter whether it should ask for confirmation of the provided
file name (prompt is 1), or just silently save/restore using the
provided filename (prompt is 0).  If the parameter is not provided,
whether to prompt or not is a matter for the interpreter - this might be
globally user-configurable.  Infocom's interpreters do prompt for
filenames, many modern ones do not.
src/common/frotz.h
src/curses/ux_input.c
src/dos/dosinput.c
src/dumb/dinput.c
src/sdl/sf_util.c
src/x11/x_input.c