comparison tools/64vw.c @ 2375:97e391e2e0c6

Document the keys for controlling the viewer in --help.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 12:30:09 +0200
parents 2afe501cfed2
children b4e9ecfad55b
comparison
equal deleted inserted replaced
2374:2afe501cfed2 2375:97e391e2e0c6
62 dmPrintBanner(stdout, dmProgName, "[options] <input image file(s)>"); 62 dmPrintBanner(stdout, dmProgName, "[options] <input image file(s)>");
63 dmArgsPrintHelp(stdout, optList, optListN, 0); 63 dmArgsPrintHelp(stdout, optList, optListN, 0);
64 64
65 fprintf(stdout, 65 fprintf(stdout,
66 "\n" 66 "\n"
67 "Keyboard controls in the viewer:\n"
68 " arrow keys - switch to next/previous file\n"
69 " home/end - go to first/last file\n"
70 " page up/down - go forward/backward %d files\n"
71 " esc / q - quit\n"
72 " f - toggle fullscreen\n"
73 "\n"
67 "Default character ROM file for this build is:\n" 74 "Default character ROM file for this build is:\n"
68 "%s\n", 75 "%s\n",
76 SET_SKIP_AMOUNT,
69 DM_DEF_CHARGEN 77 DM_DEF_CHARGEN
70 ); 78 );
71 } 79 }
72 80
73 81