diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-24 23:43:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 23:43:17 -0400 |
commit | 6dc3c9864c80557a81c080e0a5893d9d8765c635 (patch) | |
tree | 2bbe4199571af512cd88f0bd2dcbdf6da390d5e5 /gflib/text.h | |
parent | ab802649218507237cd2c07e318ef65e1caca5fe (diff) | |
parent | 24b4e898ada55c79a0575684722b9d42e63017e9 (diff) |
Merge pull request #1520 from GriffinRichards/doc-random
Document random remaining symbols
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gflib/text.h b/gflib/text.h index f71cd557f..ee3dfa34c 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -52,7 +52,7 @@ #define CHAR_LV 0x34 #define CHAR_EQUALS 0x35 #define CHAR_SEMICOLON 0x36 -// +#define CHAR_BARD_WORD_DELIMIT 0x37 // Empty space to separate words in Bard's song #define CHAR_INV_QUESTION_MARK 0x51 #define CHAR_INV_EXCL_MARK 0x52 #define CHAR_PK 0x53 @@ -71,7 +71,7 @@ // #define CHAR_i_ACUTE 0x6F // -#define CHAR_GENDERLESS 0x77 // Empty space for lack of gender icon +#define CHAR_SPACER 0x77 // Empty space // #define CHAR_UP_ARROW 0x79 #define CHAR_DOWN_ARROW 0x7A |