diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-10-09 13:32:48 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-10-09 14:50:24 +0300 |
| commit | 43fe02ecb4c1c99e4d942488e8982890d8c6a8d7 (patch) | |
| tree | 396b6af21727710beb19d374582ff15468de2945 /editor.h | |
| parent | 8ce06103b5c5848b48dd31e21b6efd3eefed03d7 (diff) | |
Add movement between lines
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
