From f82590c811bcff3f760063859d855865ec083a49 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 10 Mar 2007 15:54:24 +0000 Subject: global variable 'colr' suppressed --- src/help.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/help.c') diff --git a/src/help.c b/src/help.c index d3b32be..56ace36 100755 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $calcurse: help.c,v 1.13 2007/01/16 11:11:47 culot Exp $ */ +/* $calcurse: help.c,v 1.14 2007/03/10 15:55:25 culot Exp $ */ /* * Calcurse - text-based organizer @@ -43,7 +43,8 @@ * Write the desired help text inside the help pad, and return the number * of lines that were written. * */ -int write_help_pad(WINDOW *win, char *title, char *text, int pad_width) +int +write_help_pad(WINDOW *win, char *title, char *text, int pad_width) { int nl_title = 0; int nl_text = 0; @@ -58,7 +59,8 @@ int write_help_pad(WINDOW *win, char *title, char *text, int pad_width) return nl_text + nl_title; } -int get_help_lines(char *text) +int +get_help_lines(char *text) { int i; int nl = 0; @@ -70,7 +72,8 @@ int get_help_lines(char *text) } /* Draws the help screen */ -void help_screen(int which_pan, int colr) +void +help_screen(int which_pan) { WINDOW *help_win = NULL; WINDOW *help_pad = NULL; -- cgit v1.2.3-54-g00ecf