Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarText.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarText.hpp')
-rw-r--r--source/core/StarText.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/StarText.hpp b/source/core/StarText.hpp
index ff6880c..15158ce 100644
--- a/source/core/StarText.hpp
+++ b/source/core/StarText.hpp
@@ -30,6 +30,8 @@ namespace Text {
unsigned char const EndEsc = ';';
unsigned char const CmdEsc = '^';
unsigned char const SpecialCharLimit = ' ';
+ extern std::string const AllEsc;
+ extern std::string const AllEscEnd;
String stripEscapeCodes(String const& s);
inline bool isEscapeCode(Utf32Type c) { return c == CmdEsc || c == StartEsc; }