NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
functions.c File Reference

Definitions of user functions. More...

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

Go to the source code of this file.

Variables

const struct MenuFuncOp OpDialog []
 Functions for Simple Dialogs.
 
const struct MenuFuncOp OpGeneric []
 Functions for the Generic Menu.
 
const struct MenuOpSeq DialogDefaultBindings []
 Key bindings for Simple Dialogs.
 
const struct MenuOpSeq GenericDefaultBindings []
 Key bindings for the Generic Menu.
 

Detailed Description

Definitions of user functions.

Authors
  • Richard Russon
  • Pietro Cerutti

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

Variable Documentation

◆ OpDialog

const struct MenuFuncOp OpDialog[]
Initial value:
= {
{ "exit", OP_EXIT },
{ NULL, 0 },
}

Functions for Simple Dialogs.

Definition at line 60 of file functions.c.

◆ OpGeneric

const struct MenuFuncOp OpGeneric[]

Functions for the Generic Menu.

Definition at line 68 of file functions.c.

◆ DialogDefaultBindings

const struct MenuOpSeq DialogDefaultBindings[]
Initial value:
= {
{ OP_QUIT, "q" },
{ 0, NULL },
}

Key bindings for Simple Dialogs.

Definition at line 130 of file functions.c.

◆ GenericDefaultBindings

const struct MenuOpSeq GenericDefaultBindings[]

Key bindings for the Generic Menu.

Definition at line 138 of file functions.c.