#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 192 of file internal.h.
| bool girara_special_command_t::always |
Evalute on every change of the input
Definition at line 196 of file internal.h.
| girara_argument_t girara_special_command_t::argument |
Argument
Definition at line 197 of file internal.h.
| girara_inputbar_special_function_t girara_special_command_t::function |
Function
Definition at line 195 of file internal.h.
| char girara_special_command_t::identifier |
Identifier
Definition at line 194 of file internal.h.
1.8.5