nomenclature: glyphids

glyphids shall be known as glyphnames henceforth
glyphid_cache shall be known as glyphname_hashtable
This commit is contained in:
nhmall
2026-05-24 18:30:46 -04:00
parent 7996090a19
commit 7a38d29363
11 changed files with 123 additions and 123 deletions
+3 -3
View File
@@ -6170,10 +6170,10 @@ U+224B and the color represented by R-G-B value 0-0-160:
OPTIONS=glyph:G_pool/U+224B/0-0-160
.ft
.ED
The list of acceptable glyphid's can be produced by
\fBnethack \-\-dumpglyphids\fP.
The list of acceptable glyphnames can be produced by
\fBnethack \-\-dumpglyphnames\fP.
Individual NetHack glyphs can be specified using the G_ prefix,
or you can use an S_ symbol for a glyphid and store the custom
or you can use an S_ symbol for a glyphname and store the custom
representation for all NetHack glyphs that would map to that
particular symbol.
.pg
+3 -3
View File
@@ -6769,12 +6769,12 @@ U+224B and the color represented by R-G-B value 0-0-160:\\
OPTIONS=glyph:G_pool/U+224B/0-0-160
\end{verbatim}
The list of acceptable glyphid's can be produced by
The list of acceptable glyphnames can be produced by
\begin{verbatim}
nethack --glyphids
nethack --dumpglyphnames
\end{verbatim}
Individual NetHack glyphs can be specified using the G\textunderscore prefix,
or you can use an S\textunderscore symbol for a glyphid and store the custom
or you can use an S\textunderscore symbol for a glyphname and store the custom
representation for all NetHack glyphs that would map to that
particular symbol.