The ';o' hinting was not allowed for extended hinting because it makes no
sense to keep hinting open when opening a link into the same window. But
the ';o' hinting matches also form fields so it is useful to allow it
for extended hinting too. So the user can open the extended hinting by
'g;o' and toggle radio buttons and checkboxes and finally submit the
form.
remain visible so that another one can be selected with the same action
as the first.
Note that the extended hint mode can only be combined with the following
-hint modes \fII p P s t y Y\fP.
+hint modes \fII o p P s t y Y\fP.
.SS Searching
.TP
.BI / QUERY ", ?" QUERY
char pmode = '\0';
#ifdef FEATURE_QUEUE
static char *modes = "eiIoOpPstTxyY";
- static char *g_modes = "IpPstyY";
+ static char *g_modes = "IopPstyY";
#else
static char *modes = "eiIoOstTxyY";
- static char *g_modes = "IstyY";
+ static char *g_modes = "IostyY";
#endif
if (!prompt) {