]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Make curses_log() work also when curses is not active.
authorAndre Noll <maan@systemlinux.org>
Tue, 7 Jan 2014 16:55:32 +0000 (16:55 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:54 +0000 (15:48 +0200)
commitfc002ac17bca672e912dfc0a390b20eb79ed87a0
treea84baaab5dc6761ce1f653a6efdca6ead8f017d2
parent997ddacf9fcfc21a79304c316d7143de0cb3df9d
gui: Make curses_log() work also when curses is not active.

This allows to get rid of all fprintf(stderr, ...) constructs and
simplifies the code a bit.
gui.c