From 89a2669a8a8be664d488ac22db57f6c9f9f2b8ec Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 Mar 2009 00:50:47 +0000 Subject: Move newturn() from pl_7 to pl_2. pl_7 was mostly curses/display stuff, is going to be all display stuff. pl_2 is where the main loop lives. --- sail/display.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sail/display.h') diff --git a/sail/display.h b/sail/display.h index 98995609..bcd58b95 100644 --- a/sail/display.h +++ b/sail/display.h @@ -1,4 +1,4 @@ -/* $NetBSD: display.h,v 1.5 2009/03/15 00:35:42 dholland Exp $ */ +/* $NetBSD: display.h,v 1.6 2009/03/15 00:50:47 dholland Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -29,6 +29,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include + void display_show_obp(int which, bool show); void display_show_dbp(int which, bool show); void display_refresh_slot_w(void); + +void display_hide_prompt(void); +void display_reshow_prompt(void); +void display_adjust_view(void); -- cgit v1.2.3