From: Andre Noll Date: Sun, 30 Jan 2011 15:22:05 +0000 (+0100) Subject: gui: Check return values of curses functions more strictly. X-Git-Tag: v0.4.6~39^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6f91c2901355ace99756041534ddc6551bbc4bc0;hp=6f91c2901355ace99756041534ddc6551bbc4bc0 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. ---