summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-17 19:28:36 -0400
committerGitHub <noreply@github.com>2017-07-17 19:28:36 -0400
commita774610eaa767952d4d0033f45dcaec8e8be8583 (patch)
tree138152859916941a9e4693ec887e3ec8da62d9ba /include
parente50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff)
parent1813939fa99df6a7bfc145603fcf4dd6cbf0e404 (diff)
Merge pull request #356 from camthesaxman/fix_various
formatting and nonmatching fixes
Diffstat (limited to 'include')
-rw-r--r--include/text.h2
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