summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index b5b49dd9..3270b217 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -66,6 +66,7 @@ public:
Reader(StringView s) : str{s}, pos{s.begin()}, line_start{s.begin()}, line{} {}
Codepoint operator*() const;
+ Codepoint peek_next() const;
Reader& operator++();
explicit operator bool() const { return pos < str.end(); }