Searched refs:dlg_getc (Results 1 – 8 of 8) sorted by relevance
35 key = dlg_getc(win, fkey); in mouse_wgetch()
381 ch = dlg_getc(dialog, &fkey); in dialog_tailbox()
405 ch = dlg_getc(obj->obj.win, &fkey); in dialog_gauge()
427 dlg_getc(WINDOW *win, int *fkey) in dlg_getc() function
156 + add check in dlg_getc() in case its window is freed as a side effect262 + fix a regression in dlg_getc() introduced by changes to intercept489 + modify check in dlg_getc() to treat closure of either stdin or stdout533 rather than on errors forwarded from dlg_getc(), in case those are601 in dlg_getc() (Debian #423732).605 dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27).606 + modify dlg_getc() to fix regression in 2007/02/27 for use of609 + modify dlg_getc() to fix regression in use of TAB for traversal of614 + add case in dlg_getc() to handle tab for traversing between widgets1148 + correct missing initialization of last_getc variable in dlg_getc()[all …]
724 extern int dlg_getc(WINDOW * /*win*/, int * /*fkey*/);
540 key = dlg_getc(widget, &fkey); in get_search_term()
70 * fix a regression in dlg_getc() from 20110630 changes.