Revisit ban on FALSE and TRUE to also replace getsyx
commit9b82765d51e517d81f4b3c10c62e9a13f1d6c3ea
authorJonas Fonseca <jonas.fonseca@gmail.com>
Tue, 9 Jun 2015 01:06:14 +0000 (8 21:06 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Tue, 9 Jun 2015 01:06:14 +0000 (8 21:06 -0400)
tree672d22ec971384486cf6a27692d12d17b2b4b298
parent38e8e7d1527cab1d7c9d5cc8030c940d4e2485fb
Revisit ban on FALSE and TRUE to also replace getsyx

Commit f0c1f17e7a824dd779028032a5c9240a75218bde broke the build on Linux
(via Travis) where is_leaveok() uses FALSE. Fix this by added proper
replacement macros for setsyx() and getsyx() called set_cursor_pos() and
get_cursor_pos().
include/tig/display.h
src/display.c
src/status.c