GDB (xrefs)
|
#include "defs.h"
#include "tui/tui.h"
#include "tui/tui-data.h"
#include "tui/tui-io.h"
#include "tui/tui-wingeneral.h"
#include "tui/tui-win.h"
#include "tui/tui-stack.h"
#include "cli/cli-style.h"
#include "gdb_curses.h"
Go to the source code of this file.
Functions | |
void | tui_wrefresh (WINDOW *win) |
static void | box_win (struct tui_win_info *win_info, bool highlight_flag) |
void | tui_unhighlight_win (struct tui_win_info *win_info) |
void | tui_highlight_win (struct tui_win_info *win_info) |
void | tui_refresh_all () |
Variables | |
static bool | suppress_output |
|
static |
Definition at line 82 of file tui-wingeneral.c.
References cli_styling, tui_win_info::handle, cli_style_option::style(), tui_win_info::title(), tui_active_border_attrs, tui_active_border_style, tui_apply_style(), tui_border_attrs, tui_border_hline, tui_border_llcorner, tui_border_lrcorner, tui_border_style, tui_border_ulcorner, tui_border_urcorner, tui_border_vline, and tui_win_info::width.
Referenced by tui_win_info::make_window(), tui_highlight_win(), and tui_unhighlight_win().
void tui_highlight_win | ( | struct tui_win_info * | win_info | ) |
Definition at line 141 of file tui-wingeneral.c.
References box_win(), tui_win_info::can_box(), tui_win_info::handle, tui_win_info::refresh_window(), and tui_win_info::set_highlight().
Referenced by tui_win_info::check_and_display_highlight_if_needed(), and tui_set_win_focus_to().
void tui_refresh_all | ( | ) |
Definition at line 197 of file tui-wingeneral.c.
References all_tui_windows().
Referenced by tui_refresh_all_win().
void tui_unhighlight_win | ( | struct tui_win_info * | win_info | ) |
Definition at line 127 of file tui-wingeneral.c.
References box_win(), tui_win_info::can_box(), tui_win_info::handle, tui_win_info::refresh_window(), and tui_win_info::set_highlight().
Referenced by tui_win_info::check_and_display_highlight_if_needed(), and tui_set_win_focus_to().
void tui_wrefresh | ( | WINDOW * | win | ) |
Definition at line 65 of file tui-wingeneral.c.
References suppress_output.
Referenced by tui_data_window::check_register_values(), tui_data_window::erase_data_content(), tui_win_info::refresh_window(), and tui_refresh_cmd_win().
|
static |
Definition at line 37 of file tui-wingeneral.c.
Referenced by tui_win_info::make_window(), tui_suppress_output::tui_suppress_output(), tui_wrefresh(), and tui_suppress_output::~tui_suppress_output().