aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/parser.h b/parser.h
index 979a5ce..e9ef59b 100644
--- a/parser.h
+++ b/parser.h
@@ -106,9 +106,9 @@ public:
StateStart();
private:
- void move(gint64 n);
- void move_lines(gint64 n);
- void delete_words(gint64 n);
+ tecoBool move_chars(gint64 n);
+ tecoBool move_lines(gint64 n);
+ tecoBool delete_words(gint64 n);
State *custom(gchar chr);
};