From eb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 23 Nov 2008 20:38:55 +0000 Subject: Building configuration menu to assign keybindings --- src/help.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/help.h') diff --git a/src/help.h b/src/help.h index 2753137..7d76c8d 100755 --- a/src/help.h +++ b/src/help.h @@ -1,4 +1,4 @@ -/* $calcurse: help.h,v 1.5 2008/04/12 21:14:03 culot Exp $ */ +/* $calcurse: help.h,v 1.6 2008/11/23 20:38:56 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,6 +27,8 @@ #ifndef CALCURSE_HELP_H #define CALCURSE_HELP_H +#include "wins.h" + typedef struct { char *title; @@ -35,5 +37,8 @@ typedef struct help_page_t; void help_screen (void); +void help_wins_init (scrollwin_t *, int, int, int, int); +void help_wins_reset (scrollwin_t *); +int help_write_pad (window_t *, char *, char *); #endif /* CALCURSE_HELP_H */ -- cgit v1.2.3-54-g00ecf