aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-lua.h')
-rw-r--r--vis-lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-lua.h b/vis-lua.h
index 8811f55..644ce73 100644
--- a/vis-lua.h
+++ b/vis-lua.h
@@ -27,5 +27,6 @@ void vis_lua_win_open(Vis*, Win*);
void vis_lua_win_close(Vis*, Win*);
void vis_lua_win_highlight(Vis*, Win*, size_t horizon);
bool vis_lua_win_syntax(Vis*, Win*, const char *syntax);
+void vis_lua_win_status(Vis*, Win*);
#endif