Definition of the Key Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "core/lib.h"#include "module_data.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | key_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | key_commands_register (struct NeoMutt *n, struct CommandArray *ca) |
| Register NeoMutt Commands - Implements Module::commands_register() | |
| static bool | key_cleanup (struct NeoMutt *n) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| const struct Command | KeyCommands [] |
| Key Binding Commands. | |
| const struct Module | ModuleKey |
| Module for the Key library. | |
Definition of the Key Module.
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 module.c.
|
static |
Initialise a Module - Implements Module::init()
Definition at line 41 of file module.c.
|
static |
Register NeoMutt Commands - Implements Module::commands_register()
Definition at line 52 of file module.c.
Here is the call graph for this function:
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 60 of file module.c.
|
extern |
Key Binding Commands.
Definition at line 52 of file init.c.
| const struct Module ModuleKey |
Module for the Key library.
Definition at line 72 of file module.c.