diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-06 21:47:12 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:52:50 +0100 |
| commit | fa1eb7921e7c35a0d587a5c0da30a4c47d65a848 (patch) | |
| tree | a4b8c4262a5d8295a09d6c93f5c8e95faa765a94 /vis.h | |
| parent | eb7288a1bf9e8627e4bc20241a41f21948f645eb (diff) | |
| download | vis-fa1eb7921e7c35a0d587a5c0da30a4c47d65a848.tar.gz vis-fa1eb7921e7c35a0d587a5c0da30a4c47d65a848.tar.xz | |
vis: move :-commands into their own file
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ void vis_window_close(Win*); /* split the given window. changes to the displayed text will be reflected * in both windows */ bool vis_window_split(Win*); +void vis_window_name(Win*, const char *filename); /* focus the next / previous window */ void vis_window_next(Vis*); void vis_window_prev(Vis*); |
