Some minor fixups

This commit is contained in:
Vince Weaver 2012-05-03 13:29:29 -04:00
parent 6feb2ba58a
commit 3f9082c6b1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void generate_footer(char *left, char *center, int cols) {
/* without scrolling. */
printf("1015 TP$=STR$(TP%%) : X$=RIGHT$(TP$,1) : X=VAL(X$): POKE 2039,X+48\n");
/* reset text, move cursor up */
printf("1020 NORMAL : VTAB 23: PRINT\"\"\n");
printf("1020 NORMAL : VTAB 1: PRINT\"\"\n");
printf("1030 RETURN\n");
}