Searched refs:mouse_wgetch (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/dialog/ |
| H A D | mousewget.c | 28 mouse_wgetch(WINDOW *win, int *fkey, bool ignore_errs) in mouse_wgetch() function 89 return mouse_wgetch(win, fkey, TRUE); in dlg_mouse_wgetch() 95 return mouse_wgetch(win, fkey, FALSE); in dlg_mouse_wgetch_nowait()
|
| H A D | dialog.h | 351 #define mouse_wgetch(w,c) dlg_mouse_wgetch(w,c) macro
|
| H A D | CHANGES | 1834 + change interfaces of dlg_getc(), mouse_wgetch(), etc., to add
|