Change tui_active to bool
authorTom Tromey <tom@tromey.com>
Sat, 21 Dec 2019 17:41:25 +0000 (10:41 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 27 Dec 2019 16:33:36 +0000 (09:33 -0700)
commita1e4dee4350dec57393bec8944762c9848ee6049
tree9944a7f547e77ee31d742b342efd877c2603be22
parent1630140dc64fcc6ce2366650eedce690235a8178
Change tui_active to bool

This changes tui_active and tui_finish_init to have type "bool".

gdb/ChangeLog
2019-12-27  Tom Tromey  <tom@tromey.com>

* tui/tui.c (tui_active): Now bool.
(tui_finish_init): Likewise.
(tui_enable): Update.
(tui_disable): Update.
(tui_is_window_visible): Update.
* tui/tui.h (tui_active): Now bool.

Change-Id: Ia159ae9beb041137e34956b77f5bcf4e83eaf2b9
gdb/ChangeLog
gdb/tui/tui.c
gdb/tui/tui.h
This page took 0.024591 seconds and 4 git commands to generate.