From d974dedbfd80e051fc26f9a42ea4f5059823bb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 21 May 2016 22:29:28 +0200 Subject: vis: add function to change window statusbar content --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') 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*); -- cgit v1.2.3