From df84a1c16844c0eaebe12dd0e606d5b2c478c478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 7 Apr 2016 17:54:12 +0200 Subject: vis: cleanup window focusing code --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index c038de1..d0486cc 100644 --- a/vis.h +++ b/vis.h @@ -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); -- cgit v1.2.3