Lines Matching defs:win
25 #include "tui/tui-win.h"
72 WINDOW *win;
75 win = win_info->handle.get ();
84 tui_apply_style (win, (highlight_flag
87 wattron (win, attrs);
88 wborder (win, tui_border_vline, tui_border_vline,
99 mvwaddstr (win, 0, 2, win_info->title ().c_str ());
105 mvwaddstr (win, 0, 2, truncated.c_str ());
108 wattroff (win, attrs);
109 tui_apply_style (win, ui_file_style ());