aboutsummaryrefslogtreecommitdiffstats
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor.h b/editor.h
index 509141f..1ae2a51 100644
--- a/editor.h
+++ b/editor.h
@@ -16,7 +16,10 @@ class Editor {
int print_contents_on_line(int line) const;
int edit_command();
+ int move_to_command();
+
int edit_line(int line);
+ int move_to_line(int line);
};
#endif