Make sure all output appears when exiting

This commit is contained in:
John "Elwin" Edwards 2009-10-23 01:38:53 +00:00
parent 67250dfc74
commit 9f9abbf368
3 changed files with 8 additions and 2 deletions

View file

@ -189,6 +189,7 @@ command()
wclrtoeol(cw);
draw(cw);
endwin();
printf("See you soon, %s!\n", whoami);
exit(0);
}
when '.' : ; /* Rest command */