FujiNetWIFI / fujinet-config-tools

Atari side programs for configuring FujiNet
9 stars 12 forks source link

Make sure all tools wait for keypress on exit when in DOS 2.x #20

Open tschak909 opened 3 years ago

tschak909 commented 3 years ago

Care needs to be taken to make sure, especially for the query tools (FLD, FLH, FCONFIG), that a message similar to

PRESS [RETURN] TO CONTINUE

Is displayed if not running in a CLI dos. You can see examples of this in various tools, e.g.: https://github.com/FujiNetWIFI/fujinet-config-tools/blob/master/flh/src/main.c#L90

Care should be taken to display this when an SIO query fails, so that the error message can be seen.

jellonek commented 3 years ago

The fix for that was already merged in #21 so IMO this one should be closed.