From 43fe02ecb4c1c99e4d942488e8982890d8c6a8d7 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 9 Oct 2016 13:32:48 +0300 Subject: Add movement between lines --- editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor.h') 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 -- cgit v1.3