Generate the help-page and GUI display it. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include <stdio.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "index/lib.h"#include "key/lib.h"#include "menu/lib.h"#include "pager/lib.h"#include "protos.h"
Include dependency graph for help.c:Go to the source code of this file.
Functions | |
| static void | dump_message_flags (enum MenuType menu, FILE *fp) |
| Write out all the message flags. | |
| void | mutt_help (enum MenuType menu) |
| Display the Help Page. | |
Variables | |
| static const char * | FlagCharsDesc [] |
| Descriptions of the $flag_chars flags. | |
| static const char * | CryptCharsDesc [] |
| Descriptions of the $crypt_chars flags. | |
| static const char * | ToCharsDesc [] |
| Descriptions of the $to_chars flags. | |
Generate the help-page and GUI display it.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file help.c.
|
static |
Write out all the message flags.
| menu | Menu type |
| fp | File to write to |
Display a quick reminder of all the flags in the config options:
Definition at line 105 of file help.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_help | ( | enum MenuType | menu | ) |
Display the Help Page.
| menu | Menu type |
Definition at line 149 of file help.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Descriptions of the $flag_chars flags.
This must be in the same order as FlagChars
Definition at line 53 of file help.c.
|
static |
|
static |
Descriptions of the $to_chars flags.
This must be in the same order as ToChars