From a4694b6bea77ec1065f4056585e234cbe9f09f75 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Fri, 28 Nov 2008 08:46:29 +0000 Subject: Online help updated to display user-defined keys. --- src/help.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/help.h') diff --git a/src/help.h b/src/help.h index 7d76c8d..c8c4612 100755 --- a/src/help.h +++ b/src/help.h @@ -1,8 +1,8 @@ -/* $calcurse: help.h,v 1.6 2008/11/23 20:38:56 culot Exp $ */ +/* $calcurse: help.h,v 1.7 2008/11/28 08:46:29 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2004-2007 Frederic Culot + * Copyright (c) 2004-2008 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,13 +32,10 @@ typedef struct { char *title; - char *text; + char text[BUFSIZ]; } 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