NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
config.c
Go to the documentation of this file.
1
22
28
29#include "config.h"
30#include <stdbool.h>
31#include <stddef.h>
32#include "config/lib.h"
33
38 // clang-format off
39 { "help", DT_BOOL, true, 0, NULL,
40 "Display a help line with common key bindings"
41 },
42 { NULL },
43 // clang-format on
44};
Convenience wrapper for the config headers.
struct ConfigDef HelpbarVars[]
Config definitions for the Helpbar.
Definition config.c:37
@ DT_BOOL
boolean option
Definition types.h:32