diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-21 22:29:28 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-22 00:05:31 +0200 |
| commit | d974dedbfd80e051fc26f9a42ea4f5059823bb86 (patch) | |
| tree | a04ac4d30c6acf700c47dca957762b584ed5d0ff /vis.h | |
| parent | bff2afbf1dc4b302f600e56d46cb413f1c31be3c (diff) | |
| download | vis-d974dedbfd80e051fc26f9a42ea4f5059823bb86.tar.gz vis-d974dedbfd80e051fc26f9a42ea4f5059823bb86.tar.xz | |
vis: add function to change window statusbar content
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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*); |
