From f5a693ee28131bfbe363daa43a2af557f9448da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 14 Jan 2016 21:40:47 +0100 Subject: vis: move prompt handling to separate file --- vis-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 195b784..b65039e 100644 --- a/vis-core.h +++ b/vis-core.h @@ -178,5 +178,6 @@ void action_reset(Action*); void mode_set(Vis *vis, Mode *new_mode); void window_selection_save(Win *win); +Win *window_new_file(Vis *vis, File *file); #endif -- cgit v1.2.3