small typo
[midnight-commander.git] / src / help.h
blobd6d31a35a45f1e5cd1883629c5af4241851861dc
1 #ifndef __HELP_H
2 #define __HELP_H
4 /* This file is included by help.c and man2hlp.c */
6 #define HELP_TEXT_WIDTH 58
8 /* Markers used in the help files */
9 #define CHAR_NODE_END '\04'
10 #define CHAR_LINK_START '\01'
11 #define CHAR_LINK_POINTER '\02'
12 #define CHAR_LINK_END '\03'
13 #define CHAR_ALTERNATE '\05'
14 #define CHAR_NORMAL '\06'
15 #define CHAR_VERSION '\07'
16 #define CHAR_FONT_BOLD '\010'
17 #define CHAR_FONT_NORMAL '\013'
18 #define CHAR_MCLOGO '\014'
19 #define CHAR_TEXTONLY_START '\016'
20 #define CHAR_TEXTONLY_END '\017'
21 #define CHAR_XONLY_START '\020'
22 #define CHAR_XONLY_END '\021'
23 #define CHAR_TITLE_ON '\022'
24 #define CHAR_TITLE_OFF '\023'
25 #define CHAR_FONT_ITALIC '\024'
26 #define CHAR_RESERVED '\025'
28 void interactive_display (char *filename, char *node);
29 #endif /* __HELP_H */