diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ bool vis_window_split(Win*); /* change status message of this window */ void vis_window_status(Win*, const char *status); void vis_window_draw(Win*); +void vis_window_invalidate(Win*); /* focus the next / previous window */ void vis_window_next(Vis*); void vis_window_prev(Vis*); |
