aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-21 22:29:28 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-22 00:05:31 +0200
commitd974dedbfd80e051fc26f9a42ea4f5059823bb86 (patch)
treea04ac4d30c6acf700c47dca957762b584ed5d0ff /vis.h
parentbff2afbf1dc4b302f600e56d46cb413f1c31be3c (diff)
downloadvis-d974dedbfd80e051fc26f9a42ea4f5059823bb86.tar.gz
vis-d974dedbfd80e051fc26f9a42ea4f5059823bb86.tar.xz
vis: add function to change window statusbar content
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*);