From fa1eb7921e7c35a0d587a5c0da30a4c47d65a848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 6 Nov 2015 21:47:12 +0100 Subject: vis: move :-commands into their own file --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') 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*); -- cgit v1.2.3