Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDmousewget.c35 key = dlg_getc(win, fkey); in mouse_wgetch()
HDtailbox.c381 ch = dlg_getc(dialog, &fkey); in dialog_tailbox()
HDguage.c405 ch = dlg_getc(obj->obj.win, &fkey); in dialog_gauge()
HDui_getc.c427 dlg_getc(WINDOW *win, int *fkey) in dlg_getc() function
HDCHANGES156 + add check in dlg_getc() in case its window is freed as a side effect
262 + fix a regression in dlg_getc() introduced by changes to intercept
489 + modify check in dlg_getc() to treat closure of either stdin or stdout
533 rather than on errors forwarded from dlg_getc(), in case those are
601 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 of
609 + modify dlg_getc() to fix regression in use of TAB for traversal of
614 + add case in dlg_getc() to handle tab for traversing between widgets
1148 + correct missing initialization of last_getc variable in dlg_getc()
[all …]
HDdialog.h724 extern int dlg_getc(WINDOW * /*win*/, int * /*fkey*/);
HDtextbox.c540 key = dlg_getc(widget, &fkey); in get_search_term()
/NextBSD/contrib/dialog/package/debian/
HDchangelog70 * fix a regression in dlg_getc() from 20110630 changes.