mirror of
https://github.com/LionyxML/nocurses.git
synced 2023-08-10 21:13:25 +03:00
typo fixing (#6)
This commit is contained in:
parent
4e9e60c471
commit
5948cad835
2
demo.c
2
demo.c
@ -79,7 +79,7 @@ resetcolors()\n");
|
|||||||
printf("I am using the wait() function to wait for your\ncommand.");
|
printf("I am using the wait() function to wait for your\ncommand.");
|
||||||
waiting();
|
waiting();
|
||||||
|
|
||||||
printf("See it? The screen was cleared with the clrscr() funciton.");
|
printf("See it? The screen was cleared with the clrscr() function.");
|
||||||
waiting();
|
waiting();
|
||||||
|
|
||||||
gotoxy(5, 6);
|
gotoxy(5, 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user