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.
This commit is contained in:
@@ -142,6 +142,8 @@ when adding an item to inventory, try to stack it with the quiver slot
|
||||
cockatrice meat has a distinct flavor to some
|
||||
wish request for "<something> armor" will match item named "<something> mail"
|
||||
Fire Brand and Frost Brand have a chance to avoid taking rust damage
|
||||
support ^R (and ^L in numpad mode) to request display repaint during direction
|
||||
choosing and location choosing prompting modes
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific New Features
|
||||
|
||||
Reference in New Issue
Block a user