wmouse_trafo(), which does both. Changes to do_browser(),
do_mouse(), do_statusbar_mouse(), do_yesno_prompt(), and
do_mouseinput(). (DLR)
+- prompt.c:
+ do_yesno_prompt()
+ - Remove redundant check for NO_HELP's being FALSE. (DLR)
- winio.c:
get_key_buffer()
- Fix inaccurate comments. (DLR)
break;
#ifndef DISABLE_MOUSE
case KEY_MOUSE:
- /* We can click on the shortcut list to select an
- * answer. */
+ /* We can click on the Yes/No/All shortcut list to
+ * select an answer. */
if (get_mouseinput(&mouse_x, &mouse_y, FALSE) == 0 &&
wmouse_trafo(bottomwin, &mouse_y, &mouse_x,
- FALSE) && !ISSET(NO_HELP) && mouse_x <
- (width * 2) && mouse_y > 0) {
+ FALSE) && mouse_x < (width * 2) &&
+ mouse_y > 0) {
int x = mouse_x / width;
/* Calculate the x-coordinate relative to the
* two columns of the Yes/No/All shortcuts in