From e652c840eeba7d8bd4776fdbb45010c4770bdc04 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 9 Oct 2016 14:09:04 +0300 Subject: Add delete line --- editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 6693446..645ab63 100644 --- a/editor.h +++ b/editor.h @@ -21,10 +21,12 @@ class Editor { int move_to_command(); int write_command(); int quit_command(); + int delete_and_clamp_command(); int edit_line(int line); int move_to_line(int line); int write(); + int delete_and_clamp(int line); }; #endif -- cgit v1.3