]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Check return values of curses functions more strictly.
authorAndre Noll <maan@systemlinux.org>
Sun, 30 Jan 2011 15:22:05 +0000 (16:22 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 11 Feb 2011 10:25:09 +0000 (11:25 +0100)
commit6f91c2901355ace99756041534ddc6551bbc4bc0
tree0d278c363ac26a27835a7ff5962f7fc50ab4b641
parentf8bd1b3836fe465329918ede20638ee03f9788c9
gui: Check return values of curses functions more strictly.

noecho(), cbreak() and init_pair() may fail. Detect these errors and exit
with a proper error message.
gui.c