diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 21:04:25 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 22:46:43 +0100 |
| commit | 81bae7262b21b7f19bfaf0de4499a56372ef2a20 (patch) | |
| tree | 52b54f2b04c8e3328f61d7f6962182d819234264 /editor.h | |
| parent | 34fa064edcf06d03c16c8a20dde9365d9957523e (diff) | |
| download | vis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.gz vis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.xz | |
vis: convert jumplist navigation to proper motions
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -316,11 +316,6 @@ void editor_window_prev(Editor*); /* set the filename of the file displayed in this window */ void editor_window_name(Win*, const char *filename); -void editor_window_jumplist_add(Win*, size_t pos); -size_t editor_window_jumplist_prev(Win*); -size_t editor_window_jumplist_next(Win*); -void editor_window_jumplist_invalidate(Win*); - /* rearrange all windows either vertically or horizontally */ void editor_windows_arrange(Editor*, enum UiLayout); /* display a user prompt with a certain title and default text */ |
