Fuzzy functions. More...
#include "config.h"#include <string.h>#include "mutt/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "fuzzy/lib.h"#include "key/lib.h"#include "menu/lib.h"#include "module_data.h"
Include dependency graph for functions.c:Go to the source code of this file.
Functions | |
| void | fuzzy_init_keys (struct NeoMutt *n, struct SubMenu *sm_generic) |
| Initialise the Fuzzy Keybindings - Implements ::init_keys_api. | |
| struct SubMenu * | fuzzy_get_submenu (void) |
| Get the Fuzzy SubMenu. | |
Variables | |
| static const struct MenuFuncOp | OpFuzzy [] |
| Functions for the Fuzzy Window. | |
| const struct MenuOpSeq | FuzzyDefaultBindings [] |
| Key bindings for the Fuzzy Window. | |
Fuzzy functions.
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.
Initialise the Fuzzy Keybindings - Implements ::init_keys_api.
Definition at line 70 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct SubMenu * fuzzy_get_submenu | ( | void | ) |
Get the Fuzzy SubMenu.
| ptr | Fuzzy SubMenu |
Definition at line 91 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Functions for the Fuzzy Window.
Definition at line 43 of file functions.c.
| const struct MenuOpSeq FuzzyDefaultBindings[] |
Key bindings for the Fuzzy Window.
Definition at line 56 of file functions.c.