Added hint on how to quit program.
This commit is contained in:
parent
98973ee901
commit
271b65aa70
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ int main(void) {
|
||||||
|
|
||||||
/* This prompt fits on the VIC-20's narrow screen.
|
/* This prompt fits on the VIC-20's narrow screen.
|
||||||
*/
|
*/
|
||||||
PRINT("Type characters to see\r\ntheir hexadecimal code\r\nnumbers:\r\n\n");
|
PRINT("Type characters to see\r\ntheir hexadecimal code\r\nnumbers - 'Q' quits:\r\n\n");
|
||||||
screensize(&width, &height); /* get the screen's dimensions */
|
screensize(&width, &height); /* get the screen's dimensions */
|
||||||
width /= 6; /* get number of codes on a line */
|
width /= 6; /* get number of codes on a line */
|
||||||
cursor(true);
|
cursor(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue