mirror of
https://github.com/LionyxML/nocurses.git
synced 2023-08-10 21:13:25 +03:00
Fix demo.c Typo
Hey, saw your demo on Reddit. Cool stuff! Saw a typo while it was running though and figured I'd make a PR for it. Cheers, Austin
This commit is contained in:
parent
b3ff405b6c
commit
54adda27a3
2
demo.c
2
demo.c
@ -121,7 +121,7 @@ setblink(STATE)\n");
|
|||||||
waiting();
|
waiting();
|
||||||
|
|
||||||
setfontbold(FALSE);
|
setfontbold(FALSE);
|
||||||
printf("BOLD is set fo FALSE --> setfontbold(FALSE)\n\n");
|
printf("BOLD is set to FALSE --> setfontbold(FALSE)\n\n");
|
||||||
waiting();
|
waiting();
|
||||||
|
|
||||||
setunderline(TRUE);
|
setunderline(TRUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user