Browse Source

No need to make leaveok changes win32 only.

Con Kolivas 14 years ago
parent
commit
039a5ea7cd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      main.c

+ 0 - 2
main.c

@@ -998,11 +998,9 @@ static void workio_cmd_free(struct workio_cmd *wc)
 static void disable_curses(void)
 {
 	if (test_and_clear(&curses_active)) {
-#ifdef WIN32
 		leaveok(logwin, false);
 		leaveok(statuswin, false);
 		leaveok(mainwin, false);
-#endif
 		nocbreak();
 		echo();
 		delwin(logwin);