diff --git a/demo.c b/demo.c index 5a707de..4e787c4 100644 --- a/demo.c +++ b/demo.c @@ -68,7 +68,12 @@ setfontbold(STATE)\n\ setunderline(STATE)\n\ setblink(STATE)\n\ settitle(TITLE)\n\ -gettermsize()\n"); +setcurshape(SHAPE_NAME)\n\ +gettermsize()\n\ +getch()\n\ +getche()\n\ +clrline()\n\ +resetcolors()\n"); waiting(); printf("I am using the wait() function to wait for your\ncommand."); diff --git a/img/nocurses.gif b/img/nocurses.gif index 5b51689..c2b453c 100644 Binary files a/img/nocurses.gif and b/img/nocurses.gif differ diff --git a/img/nocurses_small.gif b/img/nocurses_small.gif deleted file mode 100644 index 0e17954..0000000 Binary files a/img/nocurses_small.gif and /dev/null differ