fix #H4095 - naming discoveries list

The menu for picking an item to name when using the "on discoveries list"
choice for #name or C when that list spanned multiple pages was exiting
for <space> instead of advancing to next page.  Space was being assigned
as the selection letter for class header lines, which made no sense.
This commit is contained in:
PatR
2015-12-16 18:16:39 -08:00
parent bc83f28e46
commit d68bb738d2
2 changed files with 5 additions and 3 deletions

View File

@@ -34,6 +34,8 @@ getpos() complaint about invalid movement keystroke didn't describe meta-chars
'realtime' value in xlogfile was incorrect if 'checkpoint' option was active
make a previously-discovered scroll written with marker while blind have its
label known so it can be read while blind
#name or C for discoveries list that spanned multiple pages would exit on
space instead of advancing to next page (workaround: use '>' instead)
Platform- and/or Interface-Specific Fixes