restore nl before leaving

This commit is contained in:
Gwenhael Le Moine 2011-07-03 23:04:12 +02:00
parent 48f2cc5541
commit b7e495630c

1
star.c
View file

@ -638,6 +638,7 @@ int main( int argc, char* argv[] )
echo();
nocbreak();
endwin();
nl();
if ( over == 1 ) {
printf( "################################\n" );