|
girara
|
#include <internal.h>
Data Fields | |
| char | identifier |
| girara_inputbar_special_function_t | function |
| bool | always |
| girara_argument_t | argument |
Structure of a special command
Definition at line 210 of file internal.h.
| bool girara_special_command_t::always |
Evalute on every change of the input
Definition at line 214 of file internal.h.
| girara_argument_t girara_special_command_t::argument |
Argument
Definition at line 215 of file internal.h.
| girara_inputbar_special_function_t girara_special_command_t::function |
Function
Definition at line 213 of file internal.h.
| char girara_special_command_t::identifier |
Identifier
Definition at line 212 of file internal.h.
1.8.9.1