Definition of the Color Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "color.h"#include "module_data.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | color_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | color_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
| static bool | color_commands_register (struct NeoMutt *n, struct CommandArray *ca) |
| Register NeoMutt Commands - Implements Module::commands_register() | |
| static bool | color_gui_init (struct NeoMutt *n) |
| Initialise the GUI - Implements Module::gui_init() | |
| static void | color_gui_cleanup (struct NeoMutt *n) |
| Clean up the GUI - Implements Module::gui_cleanup() | |
| static bool | color_cleanup (struct NeoMutt *n, void *data) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| const struct Command | ColorCommands [] |
| Colour Commands. | |
| struct ConfigDef | ColorVars [] |
| Config definitions for the Color module. | |
| const struct Module | ModuleColor |
| Module for the Color library. | |
Definition of the Color 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 44 of file module.c.
Here is the call graph for this function:Define the Config Variables - Implements Module::config_define_variables()
Definition at line 58 of file module.c.
Here is the call graph for this function:
|
static |
Register NeoMutt Commands - Implements Module::commands_register()
Definition at line 66 of file module.c.
Here is the call graph for this function:
|
static |
Initialise the GUI - Implements Module::gui_init()
Definition at line 74 of file module.c.
|
static |
Clean up the GUI - Implements Module::gui_cleanup()
Definition at line 82 of file module.c.
Here is the call graph for this function:
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 91 of file module.c.
Here is the call graph for this function:
|
extern |
Colour Commands.
Definition at line 571 of file commands.c.
|
extern |
| const struct Module ModuleColor |
Module for the Color library.
Definition at line 104 of file module.c.