Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dmousewget.c35 key = dlg_getc(win, fkey); in mouse_wgetch()
H A Dguage.c424 ch = dlg_getc(obj->obj.win, &fkey); in dialog_gauge()
H A Dui_getc.c443 dlg_getc(WINDOW *win, int *fkey) in dlg_getc() function
H A DCHANGES48 subwindows, to fix regression in dlg_getc() in fselect/dselect
60 + fix regression in dlg_getc() caused by not taking into account
71 + amend initialization for dlg_getc to fix regression in pause widget
264 + modify dlg_getc() to return ESC when a timeout expires, notifying
688 + add check in dlg_getc() in case its window is freed as a side effect
794 + fix a regression in dlg_getc() introduced by changes to intercept
1021 + modify check in dlg_getc() to treat closure of either stdin or stdout
1065 rather than on errors forwarded from dlg_getc(), in case those are
1133 in dlg_getc() (Debian #423732).
1137 dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27).
[all …]
H A Ddialog.h795 extern int dlg_getc(WINDOW * /*win*/, int * /*fkey*/);
H A Dtextbox.c555 key = dlg_getc(widget, &fkey); in get_search_term()
/freebsd/contrib/dialog/package/
H A Ddialog.sym142 dlg_getc
H A Ddialog.map90 dlg_getc;
/freebsd/contrib/dialog/package/debian/
H A Dchangelog316 * fix a regression in dlg_getc() from 20110630 changes.