Home
last modified time | relevance | path

Searched refs:no_mouse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dialog/
H A Ddialog.h477 bool no_mouse; /* option "--no-mouse" */ member
H A Ddialog.c325 { "no-mouse", ssT(no_mouse), 1, "" },
H A Dutil.c428 if (!dialog_state.no_mouse) { in init_dialog()