mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
restore nl before leaving
This commit is contained in:
parent
48f2cc5541
commit
b7e495630c
1 changed files with 1 additions and 0 deletions
1
star.c
1
star.c
|
@ -638,6 +638,7 @@ int main( int argc, char* argv[] )
|
|||
echo();
|
||||
nocbreak();
|
||||
endwin();
|
||||
nl();
|
||||
|
||||
if ( over == 1 ) {
|
||||
printf( "################################\n" );
|
||||
|
|
Loading…
Reference in a new issue