Searched refs:event_lines (Results 1 – 1 of 1) sorted by relevance
182 int cstate_lines, event_lines, pos_y = 0; in pt_display_setup() local204 event_lines = win_rows - SINGLE_LINE_SW - NEXT_LINE - LENGTH_SUGG_SW - in pt_display_setup()207 if (event_lines > 0) { in pt_display_setup()208 sw[SW_EVENTS] = subwin(stdscr, event_lines, win_cols, pos_y, 0); in pt_display_setup()216 pos_y += event_lines + NEXT_LINE; in pt_display_setup()