diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-10-09 14:14:47 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-10-09 14:50:24 +0300 |
| commit | 2b77640618425c015bb8e35c06c5ad4eb290ac72 (patch) | |
| tree | bb184c5b4da0b80da6a671ff7d7e4a5348e706c4 /editor.h | |
| parent | e652c840eeba7d8bd4776fdbb45010c4770bdc04 (diff) | |
Add append after line
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
