4 * (C) 1992 Joseph H. Allen
5 * (C) 2001 Marek 'Marx' Grac
7 * This file is part of JOE (Joe's Own Editor)
13 __RCSID("$MirOS: contrib/code/jupp/help.h,v 1.5 2017/12/02 02:07:26 tg Exp $");
16 extern struct help *help_actual;
18 void help_display PARAMS((SCREEN *t)); /* display text in help window */
19 void help_off PARAMS((SCREEN *t)); /* turn help off */
20 int help_on PARAMS((SCREEN *t)); /* turn help on */
21 int help_init PARAMS((unsigned char *filename));/* load help file */
22 struct help *find_context_help PARAMS((const unsigned char *name));
24 int u_help PARAMS((BASE *base)); /* toggle help on/off */
25 int u_helpcard PARAMS((BASE *base)); /* enable help at screen */
26 int u_help_next PARAMS((BASE *base)); /* goto next help screen */
27 int u_help_prev PARAMS((BASE *base)); /* goto prev help screen */