aboutsummaryrefslogtreecommitdiffstats
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor.h b/editor.h
index 645ab63..bb429bd 100644
--- a/editor.h
+++ b/editor.h
@@ -22,11 +22,13 @@ class Editor {
int write_command();
int quit_command();
int delete_and_clamp_command();
+ int append_after_command();
int edit_line(int line);
int move_to_line(int line);
int write();
int delete_and_clamp(int line);
+ int append_after_line(int line);
};
#endif