|
ELinks 0.19.1
|
#include <string.h>#include "elinks.h"#include "bfu/hotkey.h"#include "bfu/menu.h"#include "config/kbdbind.h"#include "intl/libintl.h"#include "terminal/draw.h"#include "terminal/terminal.h"#include "terminal/window.h"#include "util/conv.h"#include "util/memory.h"
Functions | |
| static int | find_hotkey_pos (char *text) |
| void | init_hotkeys (struct terminal *term, struct menu *menu) |
| void | refresh_hotkeys (struct terminal *term, struct menu *menu) |
| static int | check_hotkeys_common (struct menu *menu, term_event_char_T hotkey, struct terminal *term, int check_mode) |
| int | check_hotkeys (struct menu *menu, term_event_char_T key, struct terminal *term) |
| int | check_not_so_hot_keys (struct menu *menu, term_event_char_T key, struct terminal *term) |
| int check_hotkeys | ( | struct menu * | menu, |
| term_event_char_T | key, | ||
| struct terminal * | term ) |
|
static |
| int check_not_so_hot_keys | ( | struct menu * | menu, |
| term_event_char_T | key, | ||
| struct terminal * | term ) |
|
inlinestatic |