]> git.tue.mpg.de Git - paraslash.git/commit
gui: Replace global variable curses_active by a function.
authorAndre Noll <maan@systemlinux.org>
Sun, 5 Jan 2014 20:48:29 +0000 (20:48 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:54 +0000 (15:48 +0200)
commit51b1505f5950528de257b18f870225feac8fa515
treed6f902b093090be7da84f2959a5fd04052c72050
parentba788dd38a53b29c8d573d8e78da4a8e5723a0a9
gui: Replace global variable curses_active by a function.

There is no need to store this information as we can easily compute it.

shutdown_curses() needed to be changed to cope with early failures:
On fatal errors that happen after initscr() was called but before
the top window exists, we must shut down the curses subsystem albeit
curses_active() returns false in this case.
gui.c