tty ^P recall for dolook/whatis feedback
Noticed while testing the history suppression: if you have DECgraphics enabled and look at a graphics character on the map, the topline shows x description of x where 'x' is displayed as it appears on the map (line drawing char). ^P for msg_window:single knows about that and reproduces the effect if you recall such a line. But msg_window:full/combination/reverse didn't know about that and dumped it as-is into text output, ending up with a strange 8-bit character for 'x' instead of the line drawing one. I think other rendering schemes will be unaffected by this. It's just duplicating what is done for msg_window:single.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.246 $ $NHDT-Date: 1549327954 2019/02/05 00:52:34 $
|
||||
$NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.248 $ $NHDT-Date: 1549333449 2019/02/05 02:24:09 $
|
||||
|
||||
This fixes36.2 file is here to capture information about updates in the 3.6.x
|
||||
lineage following the release of 3.6.1 in April 2018. Please note, however,
|
||||
@@ -482,6 +482,8 @@ tty: try harder to prevent a disconnected terminal (SIGHUP) from running amok
|
||||
and using up all available CPU time
|
||||
tty: suppress intermediate 'Count: 123' prompt and getpos autodescribe
|
||||
feedback from being included in ^P message recall
|
||||
tty: ^P feedback with msg_window:full/combination/reverse containing output
|
||||
from dolook/whatis could show strange characters for DECgraphics
|
||||
MacOSX: add curses window port
|
||||
MacOSX: add Xcode project to sys/unixNetHack.xcodeproj
|
||||
MacOSX: add Xcode supporting files README.xcode and XCode.xcconfig
|
||||
|
||||
Reference in New Issue
Block a user