wraptext port option (from <Someone>)

WC2_WRAPTEXT option was added but core changes
were not included  in the previous wince patch.
This commit is contained in:
nethack.allison
2003-08-14 11:04:33 +00:00
parent 8b5d31eb01
commit 5e94d4478b
6 changed files with 20 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
.ds vr "NetHack 3.4
.ds f0 "\*(vr
.ds f1
.ds f2 "July 16, 2003
.ds f2 "August 14, 2003
.mt
A Guide to the Mazes of Menace
(Guidebook for NetHack)
@@ -2188,6 +2188,9 @@ the message window.
.lp windowcolors
NetHack should display windows with the specified foreground/background
colors if it can.
.lp wraptext
NetHack port should wrap long lines of text if they don't fit in
the visible area of the window.
.hn 2
Platform-specific Customization options
.pg

View File

@@ -27,7 +27,7 @@
\begin{document}
%
% input file: guidebook.mn
% $Revision: 1.67 $ $Date: 2003/06/30 02:08:55 $
% $Revision: 1.68 $ $Date: 2003/07/17 01:34:40 $
%
%.ds h0 "
%.ds h1 %.ds h2 \%
@@ -40,7 +40,7 @@
%.au
\author{Eric S. Raymond\\
(Extensively edited and expanded for 3.4)}
\date{July 16, 2003}
\date{August 14, 2003}
\maketitle
@@ -2697,6 +2697,10 @@ NetHack should display this number of messages at a time in the message window.
\item[\ib{windowcolors}]
NetHack should display windows with the specified foreground/background
colors if it can.
%.lp
\item[\ib{wraptext}]
NetHack port should wrap long lines of text if they don't fit in
the visible area of the window.
\elist
%.hn 2

View File

@@ -517,6 +517,7 @@ to support:
|--------------------+--------------------+--------------------+--------+
| fullscreen | WC2_FULLSCREEN | wc2_fullscreen |boolean |
| softkeyboard | WC2_SOFTKEYBOARD | wc2_softkeyboard |boolean |
| wraptext | WC2_WRAPTEXT | wc2_wraptext |boolean |
+--------------------+--------------------+--------------------+--------+
align_message -- where to place message window (top, bottom, left, right)
@@ -561,6 +562,8 @@ windowcolors
-- port should use these colors for window foreground/background
colors. Syntax:
menu fore/back message fore/back status fore/back text fore/back
wraptext -- port should wrap long lines of text if they don't fit in
the visible area of the window
mouse_support -- port should enable mouse support if possible
Whenever one of these settings is adjusted, the port is notified of a change