ekiyanov / nethack-android

Automatically exported from code.google.com/p/nethack-android
0 stars 0 forks source link

prompted text overwrites map at cursor #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter a command prompting for text (examples: engrave with E, name your 
fruit in 
options with O).
2. Enter text, such as "Elbereth".
3. Command works, but text appears on game map at cursor starting from 
character, 
overwriting map features. These features reappear when they are redrawn but 
distant 
characters/features may not be redrawn for a while.

For example, the following map

-----
|...|
|.<.|
|.@.|
-----

Becomes

-----
|...|
|.<.|
|.elbereth
-----

What is the expected output? What do you see instead?
The prompted text should appear at the end of the message log, after the 
prompt. Probably 
the cursor is being set incorrectly...

What version of the product are you using? On what operating system?
This is the 1.2.1 alpha on vanilla G1, with the Android tty preference set.

Please provide any additional information below.
Love the new colors and longer message log, keep up the good work!

Original issue reported on code.google.com by dan.a.le...@gmail.com on 24 Nov 2009 at 1:42

GoogleCodeExporter commented 8 years ago
Thanks for reporting this one. I thought I had fixed it after the 1.2.1 alpha
release, but that was probably just the input of the # commands. Will take care 
of it.

Original comment by farnst...@gmail.com on 24 Nov 2009 at 7:22

GoogleCodeExporter commented 8 years ago
No problem. I figured it was because of the new change, and I'll retest when 
you patch it.

Original comment by dan.a.le...@gmail.com on 24 Nov 2009 at 7:25

GoogleCodeExporter commented 8 years ago
This should be fixed in the official version 1.2.1 which I just released. Some 
similar bugs might still be there (I think "--More--" appears in the wrong 
place when using a "detect ..." type scroll), but basic engraving and other 
common stuff should be fine.

Original comment by farnst...@gmail.com on 21 Jun 2010 at 7:08