Searched refs:help_win (Results 1 – 1 of 1) sorted by relevance
216 WINDOW *help_win; variable3537 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term()3538 keypad(help_win, TRUE); in set_up_term()3539 idlok(help_win, TRUE); in set_up_term()3564 delwin(help_win); in resize_check()3891 werase(help_win); in help()3892 clearok(help_win, TRUE); in help()3895 wmove(help_win, counter, 0); in help()3896 waddstr(help_win, (emacs_keys_mode) ? in help()3899 wrefresh(help_win); in help()[all …]