]> granicus.if.org Git - nethack/commit
more ^R
authornethack.rankin <nethack.rankin>
Sun, 8 May 2005 04:22:53 +0000 (04:22 +0000)
committernethack.rankin <nethack.rankin>
Sun, 8 May 2005 04:22:53 +0000 (04:22 +0000)
commit06bb86e63b37fd43615492829d6457a3df1e8f85
treeb93636fbb4a53e98cb4e2da470ae3d138dfc9bba
parentbb190167850c9fbc7f86c18cf1546ee1e25231d4
more ^R

> clear stale prompt
[...]
> Can someone who understands the relevant windowing code fix ^R in getpos()?

     I still don't understand why it wasn't working as expected, but moving
the existing cursor positioning after flush_screen() instead of before now
makes ^R work ok during getpos().  It doesn't restore the top line text so
isn't a transparent redraw but it now displays a prompt string there instead.
Likewise after typing '?' for help so that it should be move evident that
nethack is still waiting for you to move the cursor somewhere.

     Also add support for ^L in numpad mode.  I almost never use that and
didn't think of it the first time around.
doc/fixes34.4
include/extern.h
src/cmd.c
src/do_name.c