diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-07 17:54:12 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-08 12:28:59 +0200 |
| commit | df84a1c16844c0eaebe12dd0e606d5b2c478c478 (patch) | |
| tree | 63b46b172a8d1153a559b232db49d03f5eb132b4 /vis.h | |
| parent | a2abb7d9c8df32f65f907452f292784d569e8e88 (diff) | |
| download | vis-df84a1c16844c0eaebe12dd0e606d5b2c478c478.tar.gz vis-df84a1c16844c0eaebe12dd0e606d5b2c478c478.tar.xz | |
vis: cleanup window focusing code
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); |
