diff options
author | yenatch <yenatch@gmail.com> | 2017-07-17 19:28:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 19:28:36 -0400 |
commit | a774610eaa767952d4d0033f45dcaec8e8be8583 (patch) | |
tree | 138152859916941a9e4693ec887e3ec8da62d9ba /include | |
parent | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff) | |
parent | 1813939fa99df6a7bfc145603fcf4dd6cbf0e404 (diff) |
Merge pull request #356 from camthesaxman/fix_various
formatting and nonmatching fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/text.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index e9e8eb8c2..99987d2c3 100644 --- a/include/text.h +++ b/include/text.h @@ -66,6 +66,8 @@ #define CHAR_y 0xED #define CHAR_z 0xEE #define CHAR_COLON 0xF0 +#define CHAR_PROMPT_SCROLL 0xFA // waits for button press and scrolls dialog +#define CHAR_PROMPT_CLEAR 0xFB // waits for button press and clears dialog #define EXT_CTRL_CODE_BEGIN 0xFC // extended control code #define PLACEHOLDER_BEGIN 0xFD // string placeholder #define CHAR_NEWLINE 0xFE |