diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ void vis_window_name(Win*, const char *filename); /* focus the next / previous window */ void vis_window_next(Vis*); void vis_window_prev(Vis*); +/* change currently focused window, receiving user input */ +void vis_window_focus(Win*); /* display a user prompt with a certain title and default text */ void vis_prompt_show(Vis*, const char *title); |
