Home
last modified time | relevance | path

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

/src/contrib/ee/
H A Dee.c216 WINDOW *help_win; variable
3532 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term()
3533 keypad(help_win, TRUE); in set_up_term()
3534 idlok(help_win, TRUE); in set_up_term()
3559 delwin(help_win); in resize_check()
3886 werase(help_win); in help()
3887 clearok(help_win, TRUE); in help()
3890 wmove(help_win, counter, 0); in help()
3891 waddstr(help_win, (emacs_keys_mode) ? in help()
3894 wrefresh(help_win); in help()
[all …]