From: Oliver Schmidt Date: Sun, 12 Jun 2016 21:48:19 +0000 (+0200) Subject: Added hint on how to quit program. X-Git-Tag: V2.16~107 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=271b65aa70d85b0d1e30c798c2fe270760538f6b;p=cc65 Added hint on how to quit program. --- diff --git a/samples/ascii.c b/samples/ascii.c index fd293e213..0d191c966 100644 --- a/samples/ascii.c +++ b/samples/ascii.c @@ -58,7 +58,7 @@ int main(void) { /* 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 */ width /= 6; /* get number of codes on a line */ cursor(true);