git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@588 c06c8d41-db1a-0410-9941-cceddc491573
SW7H3ABNOEJW3N7WIE6O2JTJQ3Y3RI7U6L2PLS6S2TSFYHVWG45AC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
need_getch = false; // Don't redraw if we're just going to display another listing need_redraw = (keyin != '?' && keyin != '*'); need_prompt = need_redraw;
need_getch = false;
// Don't redraw if we're just going to display another listing
need_redraw = (keyin != '?' && keyin != '*');
need_prompt = need_redraw;
return letter_to_index( keyin );