Lines Matching full:window
21 "o Global help: Unless in a data entry window, pressing <F1> will give \n"
22 " you the global help window, which you are just reading.\n"
27 " of <?> <h>, or if in a data entry window then press <F1>.\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
64 "Close entry window, apply <Enter>\n"
65 "Close entry window, forget <Esc> <F5>\n"
78 "Unless in a data entry window, key <1> may be used instead of <F1>,\n"
94 "Text Box (Help Window)\n"
110 "If you use nconfig in a xterm window, make sure your TERM environment\n"
145 "<Esc> always leaves the current window.\n"
162 "<Esc> always leaves the current window.\n"
262 /* the window in which all information appears */
263 static WINDOW *main_window;
264 /* the largest size of the menu window */
267 /* the window in which we show option buttons */
954 WINDOW *menu_window; in show_menu()
1468 /* set up the menu and menu window */ in setup_windows()