Undefine TRUE and FALSE to force C99
commitf0c1f17e7a824dd779028032a5c9240a75218bde
authorJonas Fonseca <jonas.fonseca@gmail.com>
Mon, 8 Jun 2015 23:53:12 +0000 (8 19:53 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Mon, 8 Jun 2015 23:53:12 +0000 (8 19:53 -0400)
treeb844b52aa43adc1416e6dfbf5ae2ab61b58a68aa
parentc60fb871065093b99a7754993ad10587beb3c528
Undefine TRUE and FALSE to force C99

Catch and convert remaining usage of ncurses FALSE and TRUE to C99 bool.
Change all calls to setsyx() to move() since setsyx() is defined as a
macro and uses FALSE and TRUE.
include/tig/tig.h
src/display.c
src/keys.c
src/line.c
src/prompt.c
src/status.c