|
ekg2
GIT master
|
#include "ekg2.h"#include "backlog.h"#include "bindings.h"#include "contacts.h"#include "nc-stuff.h"#include "mouse.h"
Definicje | |
| #define | CONTACTS_ORDER_DEFAULT "chavawxadnintynouner" /* if you modify it, please modify also CONTACTS_ORDER_DEFAULT_LEN */ |
| #define | CONTACTS_ORDER_DEFAULT_LEN 20 /* CONTACTS_ORDER_DEFAULT_LEN == strlen(CONTACTS_ORDER_DEFAULT) */ |
Funkcje | |
| static char * | get_short_status (const char *status_t) |
| static int | contacts_compare (void *data1, void *data2) |
| static userlist_t * | userlist_dup (userlist_t *up, const char *uid, char *nickname, void *priv) |
| int | ncurses_contacts_update (window_t *w, int save_pos) |
| void | ncurses_contacts_changed (const char *name) |
| void | ncurses_contacts_mouse_handler (int x, int y, int mouse_state) |
| static int | ncurses_contacts_update_redraw (window_t *w) |
| void | ncurses_contacts_set (window_t *w) |
Zmienne | |
| int | contacts_group_index = 0 |
| static int | contacts_edge = WF_RIGHT |
| static int | contacts_frame = WF_LEFT |
| static char | contacts_order [32] = "chavawxadnintynouner" |
| static size_t | corderlen = 20 |
| int | config_contacts_size |
| int | config_contacts |
| int | config_contacts_groups_all_sessions |
| int | config_contacts_descr = 0 |
| int | config_contacts_edge |
| int | config_contacts_frame |
| int | config_contacts_margin = 1 |
| int | config_contacts_vertical_margin = 1 |
| int | config_contacts_orderbystate = 1 |
| int | config_contacts_wrap = 0 |
| char * | config_contacts_order |
| char * | config_contacts_groups |
| int | config_contacts_metacontacts_swallow |
| #define CONTACTS_ORDER_DEFAULT "chavawxadnintynouner" /* if you modify it, please modify also CONTACTS_ORDER_DEFAULT_LEN */ |
| #define CONTACTS_ORDER_DEFAULT_LEN 20 /* CONTACTS_ORDER_DEFAULT_LEN == strlen(CONTACTS_ORDER_DEFAULT) */ |
|
static |
|
inlinestatic |
| void ncurses_contacts_changed | ( | const char * | name | ) |
| void ncurses_contacts_mouse_handler | ( | int | x, |
| int | y, | ||
| int | mouse_state | ||
| ) |
| void ncurses_contacts_set | ( | window_t * | w | ) |
| int ncurses_contacts_update | ( | window_t * | w, |
| int | save_pos | ||
| ) |
|
static |
|
inlinestatic |
| int config_contacts |
| int config_contacts_descr = 0 |
| int config_contacts_edge |
| int config_contacts_frame |
| char* config_contacts_groups |
| int config_contacts_groups_all_sessions |
| int config_contacts_margin = 1 |
| int config_contacts_metacontacts_swallow |
| char* config_contacts_order |
| int config_contacts_orderbystate = 1 |
| int config_contacts_size |
| int config_contacts_vertical_margin = 1 |
| int config_contacts_wrap = 0 |
|
static |
|
static |
| int contacts_group_index = 0 |
|
static |
|
static |
1.8.13