| 35 | |
| 36 | String stripEscapeCodes(String const& s); |
| 37 | inline bool isEscapeCode(Utf32Type c) { return c == CmdEsc || c == StartEsc; } |
| 38 | |
| 39 | typedef function<bool(StringView text)> TextCallback; |
| 40 | typedef function<bool(StringView commands)> CommandsCallback; |
no outgoing calls
no test coverage detected