ELinks 0.18.0
hotkey.h File Reference
#include "terminal/kbd.h"
Include dependency graph for hotkey.h:
This graph shows which files directly or indirectly include this file:

Functions

void init_hotkeys (struct terminal *term, struct menu *menu)
 
void refresh_hotkeys (struct terminal *term, struct menu *menu)
 
int check_hotkeys (struct menu *menu, term_event_char_T hotkey, struct terminal *term)
 
int check_not_so_hot_keys (struct menu *menu, term_event_char_T key, struct terminal *term)
 

Function Documentation

◆ check_hotkeys()

int check_hotkeys ( struct menu * menu,
term_event_char_T hotkey,
struct terminal * term )

◆ check_not_so_hot_keys()

int check_not_so_hot_keys ( struct menu * menu,
term_event_char_T key,
struct terminal * term )

◆ init_hotkeys()

void init_hotkeys ( struct terminal * term,
struct menu * menu )

◆ refresh_hotkeys()

void refresh_hotkeys ( struct terminal * term,
struct menu * menu )