diff --git a/platform/native/ctk/ctk-curses.c b/platform/native/ctk/ctk-curses.c index dce0e2a54..0efb50745 100644 --- a/platform/native/ctk/ctk-curses.c +++ b/platform/native/ctk/ctk-curses.c @@ -146,7 +146,6 @@ console_init(void) /* make sure we return the terminal in a clean state */ signal(SIGINT, ctrlhandler); atexit(console_exit); - } /*-----------------------------------------------------------------------------------*/ void @@ -163,7 +162,6 @@ console_exit(void) clrscr(); gotoxy(0, 0); - endwin(); } /*-----------------------------------------------------------------------------------*/