another shot at H2344 (large window)

Conditional on H2344_BROKEN which can be disabled at the top of the file if
necessary.  This appears to handle all the cases I was able to reproduce from
Pat's list, with the caveat that msg_window=f fails on very wide windows on
Mac OSX Lion with the default terminal emulation.  When the emulation is set
to ANSI, it works (the failure mode is the output from a simple putchar() loop
across the contents of history called up from ^P wraps at about the middle
of the window).
This commit is contained in:
keni
2012-01-10 02:33:36 +00:00
parent c119e8c3d9
commit 92b15c5f8a
2 changed files with 14 additions and 2 deletions

View File

@@ -429,6 +429,7 @@ platforms that support hangup: SAFERHANGUP to avoid losing objects in transit
well-timed hangups to stop a long melee
X11: support dynamic switching of map mode via tiled_map option
X11: added support for hilite_pet to text map mode
tty: various bugfixes for very wide and/or tall screens
General New Features