aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 66e42e8..7dde13f 100644
--- a/vis.h
+++ b/vis.h
@@ -93,6 +93,8 @@ void vis_window_close(Win*);
bool vis_window_split(Win*);
/* change file name associated with this window, affects syntax coloring */
void vis_window_name(Win*, const char *filename);
+/* change status message of this window */
+void vis_window_status(Win*, const char *status);
/* focus the next / previous window */
void vis_window_next(Vis*);
void vis_window_prev(Vis*);