NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
config.c File Reference

Config used by Help Bar. More...

#include "config.h"
#include <stddef.h>
#include <stdbool.h>
#include "config/lib.h"
+ Include dependency graph for config.c:

Go to the source code of this file.

Functions

bool config_init_helpbar (struct ConfigSet *cs)
 Register helpbar config variables - Implements module_init_config_t -.
 

Variables

static struct ConfigDef HelpbarVars []
 Config definitions for the Helpbar.
 

Detailed Description

Config used by Help Bar.

Authors
  • Richard Russon

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 config.c.

Variable Documentation

◆ HelpbarVars

struct ConfigDef HelpbarVars[]
static
Initial value:
= {
{ "help", DT_BOOL, true, 0, NULL,
"Display a help line with common key bindings"
},
{ NULL },
}
@ DT_BOOL
boolean option
Definition: types.h:32

Config definitions for the Helpbar.

Definition at line 37 of file config.c.