aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.h')
-rwxr-xr-xsrc/help.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/help.h b/src/help.h
index c8c4612..99710cd 100755
--- a/src/help.h
+++ b/src/help.h
@@ -1,4 +1,4 @@
-/* $calcurse: help.h,v 1.7 2008/11/28 08:46:29 culot Exp $ */
+/* $calcurse: help.h,v 1.8 2008/12/03 19:31:03 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -29,12 +29,12 @@
#include "wins.h"
-typedef struct
-{
+#define HELPTEXTSIZ 4096
+
+typedef struct {
char *title;
- char text[BUFSIZ];
-}
-help_page_t;
+ char text[HELPTEXTSIZ];
+} help_page_t;
void help_screen (void);