Use the C99 bool type and not that of ncurses
commitc60fb871065093b99a7754993ad10587beb3c528
authorJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 27 Mar 2015 13:34:25 +0000 (27 09:34 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Mon, 8 Jun 2015 03:51:13 +0000 (7 23:51 -0400)
tree061474f22a9dbe93651bbbdae89ce9731540f750
parent5b2d7e11a6b4d705ab21c842dd98cbf51f9da91a
Use the C99 bool type and not that of ncurses
36 files changed:
include/tig/keys.h
src/argv.c
src/blame.c
src/blob.c
src/diff.c
src/display.c
src/draw.c
src/graph-v1.c
src/graph-v2.c
src/grep.c
src/help.c
src/io.c
src/keys.c
src/log.c
src/main.c
src/options.c
src/pager.c
src/parse.c
src/prompt.c
src/refdb.c
src/refs.c
src/repo.c
src/request.c
src/stage.c
src/stash.c
src/status.c
src/string.c
src/tig.c
src/tree.c
src/types.c
src/ui.c
src/util.c
src/view.c
src/watch.c
test/tools/test-graph.c
tools/doc-gen.c