aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-06 21:47:12 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-07 08:52:50 +0100
commitfa1eb7921e7c35a0d587a5c0da30a4c47d65a848 (patch)
treea4b8c4262a5d8295a09d6c93f5c8e95faa765a94 /vis.h
parenteb7288a1bf9e8627e4bc20241a41f21948f645eb (diff)
downloadvis-fa1eb7921e7c35a0d587a5c0da30a4c47d65a848.tar.gz
vis-fa1eb7921e7c35a0d587a5c0da30a4c47d65a848.tar.xz
vis: move :-commands into their own file
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 0446f84..78d8ad1 100644
--- a/vis.h
+++ b/vis.h
@@ -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*);