ELinks 0.16.1.1
|
#include "bfu/hierbox.h"
#include "config/kbdbind.h"
#include "session/session.h"
#include "terminal/terminal.h"
#include "util/memlist.h"
Functions | |
void | write_config_dialog (struct terminal *term, char *config_file, int secsave_error, int stdio_error) |
void | options_manager (struct session *) |
void | keybinding_manager (struct session *) |
struct listbox_item * | get_keybinding_action_box_item (keymap_id_T keymap_id, action_id_T action_id) |
void | init_keybinding_listboxes (struct keymap keymap_table[KEYMAP_MAX], const struct action_list actions[]) |
void | done_keybinding_listboxes (void) |
Variables | |
struct hierbox_browser | option_browser |
struct hierbox_browser | keybinding_browser |
void done_keybinding_listboxes | ( | void | ) |
struct listbox_item * get_keybinding_action_box_item | ( | keymap_id_T | keymap_id, |
action_id_T | action_id ) |
void init_keybinding_listboxes | ( | struct keymap | keymap_table[KEYMAP_MAX], |
const struct action_list | actions[] ) |
void keybinding_manager | ( | struct session * | ses | ) |
void options_manager | ( | struct session * | ses | ) |
void write_config_dialog | ( | struct terminal * | term, |
char * | config_file, | ||
int | secsave_error, | ||
int | stdio_error ) |
|
extern |
|
extern |