#include "ecurses.h"
#include <ekg/bindings.h>
#include <ekg/stuff.h>
Idź do kodu źródłowego tego pliku.
| #define KEY_CTRL_BACKSPACE 355 |
| #define KEY_CTRL_ENTER 350 |
| #define KEY_CTRL_ESCAPE 351 |
| #define KEY_CTRL_HOME 352 |
| void binding_helper_scroll |
( |
window_t * |
w, |
|
|
int |
offset |
|
) |
| |
| void binding_next_contacts_group |
( |
const char * |
arg) | |
|
| void ncurses_binding_add |
( |
const char * |
key, |
|
|
const char * |
action, |
|
|
int |
internal, |
|
|
int |
quiet |
|
) |
| |
| int ncurses_binding_default |
( |
void * |
, |
|
|
va_list |
|
|
) |
| |
| void ncurses_binding_delete |
( |
const char * |
key, |
|
|
int |
quiet |
|
) |
| |
| void ncurses_binding_init |
( |
) | |
|
| void ncurses_binding_set |
( |
int |
quiet, |
|
|
const char * |
key, |
|
|
const char * |
sequence |
|
) |
| |
| void* ncurses_binding_accept_line |
| void* ncurses_binding_complete |
| struct binding* ncurses_binding_map[KEY_MAX+1] |
| struct binding* ncurses_binding_map_meta[KEY_MAX+1] |