Implemented script-from-start for dumb interface.
authorDavid Griffith <dave@661.org>
Thu, 6 Feb 2025 20:25:56 +0000 (12:25 -0800)
committerDavid Griffith <dave@661.org>
Sun, 9 Feb 2025 03:29:30 +0000 (19:29 -0800)
commit4539069c3aa72d17a299e837f50eb8f8b44b043e
tree1f951cde620abc9cf486e75d929d3c9bae2c5c80
parentb88f1dbd07dc2d8172aae9e663f55e8ea9b93826
Implemented script-from-start for dumb interface.

This can be helpful when doing bugtesting runs.  Simply doing
dfrotz < input.txt > output.txt
will not put anything the player types into output.txt.  By using the
new -T flag, a transcript of the session is started immediately.  Using
the new -n flag, the name of the transcript file can be set at the
command line.
doc/dfrotz.6
src/common/fastmem.c
src/common/files.c
src/common/process.c
src/common/setup.h
src/common/stream.c
src/dumb/dinit.c
src/dumb/dparams.txt