Home
last modified time | relevance | path

Searched refs:info_win_height (Results 1 – 5 of 5) sorted by relevance

/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dwindows.c290 info_win = newwin(info_win_height, COLS, 0, 0); in redo_win()
292 first_buff->win = curr_buff->win = newwin(LINES - info_win_height - 1, COLS, info_win_height, 0); in redo_win()
295 first_buff->window_top = info_win_height; in redo_win()
311 info_win = newwin(info_win_height, COLS, 0, 0); in redo_win()
313 first_buff->win = curr_buff->win = newwin(LINES - info_win_height - 1, COLS, info_win_height, 0); in redo_win()
325 offset = info_win_height; in redo_win()
381 info_win = newwin(info_win_height, COLS, 0, 0); in redo_win()
387 info_win = newwin(info_win_height, COLS, 0, 0); in redo_win()
393 info_win = newwin(info_win_height, COLS, 0, 0); in redo_win()
398 total_lines = (LINES - 1) - info_win_height; in redo_win()
[all …]
H A Dcontrol.c476 (info_win_height - 1)); in modes_op()
562 temp_int = info_win_height; in modes_op()
568 info_win_height = counter + 1; in modes_op()
577 if ((info_win_height != temp_int) && (info_window)) in modes_op()
806 line_index = counter % (info_win_height - 1); in paint_information()
858 counter < (info_win_height - 1) && in paint_info_win()
881 wmove(info_win, (info_win_height - 1), 0); in paint_info_win()
1194 temp_int = info_win_height;
1200 info_win_height = c_int + 1;
1208 if ((info_win_height != temp_int) && (info_window))
[all …]
H A Daee.c123 int info_win_height = INFO_WIN_HEIGHT_DEF; variable
667 info_win = newwin(info_win_height, COLS, 0, 0);
669 curr_buff->window_top = info_win_height;
670 first_buff->win = newwin(LINES-info_win_height-1, COLS, info_win_height, 0);
671 first_buff->lines = LINES - info_win_height - 1;
1843 temp = info_win_height; in no_windows()
1846 info_win = newwin(info_win_height, COLS, 0, 0); in no_windows()
2797 info_win_height = c_int + 1; in ae_init()
H A Dxif.c492 (tempy < info_win_height))) in event_manage()
H A Daee.h245 extern int info_win_height;