]> granicus.if.org Git - nethack/commit
Define a tail pointer for the glyph list
authorRay Chason <Ray Chason>
Tue, 6 Dec 2022 23:46:43 +0000 (18:46 -0500)
committerRay Chason <Ray Chason>
Sat, 10 Dec 2022 17:27:18 +0000 (12:27 -0500)
commitb9ef6e6bb9ccafe4dff4d4d4b2564d47be754bd9
tree039d0f8fae6c216661b9a2370ac5bae2b339d50a
parente556af78eced970b8562b0f2e34bba14cfdf131f
Define a tail pointer for the glyph list

Use the tail pointer to add new glyphs, avoiding the need to traverse
the list.
include/sym.h
src/symbols.c
src/utf8map.c