mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Call endwin() to restore terminal state just before exiting.
Approved by: phk
This commit is contained in:
parent
430bd13fe9
commit
dfb085cc35
1 changed files with 2 additions and 0 deletions
|
|
@ -228,5 +228,7 @@ main(int argc, char **argv)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
endwin();
|
||||
exit (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue