update Guidebook to refer to glyphname
This commit is contained in:
+3
-3
@@ -60,7 +60,7 @@
|
|||||||
.ds f0 \*(vr
|
.ds f0 \*(vr
|
||||||
.ds f1 \" empty
|
.ds f1 \" empty
|
||||||
.\"DO NOT REMOVE NH_DATESUB .ds f2 Date(%B %-d, %Y)
|
.\"DO NOT REMOVE NH_DATESUB .ds f2 Date(%B %-d, %Y)
|
||||||
.ds f2 May 11, 2026
|
.ds f2 May 25, 2026
|
||||||
.
|
.
|
||||||
.\" A note on some special characters:
|
.\" A note on some special characters:
|
||||||
.\" \(lq = left double quote
|
.\" \(lq = left double quote
|
||||||
@@ -6155,7 +6155,7 @@ individually within your nethack.rc file.
|
|||||||
The format for defining a glyph representation is:
|
The format for defining a glyph representation is:
|
||||||
.SD n
|
.SD n
|
||||||
.ft CR
|
.ft CR
|
||||||
OPTIONS=glyph:\fIglyphid\fP/\fIU+nnnn\fP/\fIR-G-B\fP
|
OPTIONS=glyph:\fIglyphname\fP/\fIU+nnnn\fP/\fIR-G-B\fP
|
||||||
.ft
|
.ft
|
||||||
.ED
|
.ED
|
||||||
.pg
|
.pg
|
||||||
@@ -6163,7 +6163,7 @@ The window port that is active needs to provide support for displaying
|
|||||||
UTF-8 character sequences and explicit red-green-blue colors in order
|
UTF-8 character sequences and explicit red-green-blue colors in order
|
||||||
for the glyph representation to be visible.
|
for the glyph representation to be visible.
|
||||||
For example, the following line in your configuration file will cause
|
For example, the following line in your configuration file will cause
|
||||||
the glyph representation for glyphid G_pool to use Unicode codepoint
|
the glyph representation for glyphname G_pool to use Unicode codepoint
|
||||||
U+224B and the color represented by R-G-B value 0-0-160:
|
U+224B and the color represented by R-G-B value 0-0-160:
|
||||||
.SD n
|
.SD n
|
||||||
.ft CR
|
.ft CR
|
||||||
|
|||||||
+3
-3
@@ -25,7 +25,7 @@
|
|||||||
\author{Original version - Eric S. Raymond\\
|
\author{Original version - Eric S. Raymond\\
|
||||||
(Edited and expanded for 5.0.0 by Mike Stephenson and others)}
|
(Edited and expanded for 5.0.0 by Mike Stephenson and others)}
|
||||||
%DO NOT REMOVE NH_DATESUB \date{Date(%B %-d, %Y)}
|
%DO NOT REMOVE NH_DATESUB \date{Date(%B %-d, %Y)}
|
||||||
\date{May 11, 2026}
|
\date{May 25, 2026}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
@@ -6755,7 +6755,7 @@ individually within your own nethack.rc file.
|
|||||||
|
|
||||||
The format for defining a glyph representation is:\\
|
The format for defining a glyph representation is:\\
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
OPTIONS=glyph:glyphid/U+nnnn/R-G-B
|
OPTIONS=glyph:glyphname/U+nnnn/R-G-B
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
The window port that is active needs to provide support for displaying UTF-8
|
The window port that is active needs to provide support for displaying UTF-8
|
||||||
@@ -6763,7 +6763,7 @@ character sequences and explicit 24-bit red-green-blue colors in order for the g
|
|||||||
representation to be visible as specified.
|
representation to be visible as specified.
|
||||||
|
|
||||||
For example, the following line in your configuration file will cause
|
For example, the following line in your configuration file will cause
|
||||||
the glyph representation for glyphid G\textunderscore pool to use Unicode codepoint
|
the glyph representation for glyphname G\textunderscore pool to use Unicode codepoint
|
||||||
U+224B and the color represented by R-G-B value 0-0-160:\\
|
U+224B and the color represented by R-G-B value 0-0-160:\\
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
OPTIONS=glyph:G_pool/U+224B/0-0-160
|
OPTIONS=glyph:G_pool/U+224B/0-0-160
|
||||||
|
|||||||
Reference in New Issue
Block a user