Funkcje |
static int | window_new_compare (window_t *data1, window_t *data2) |
static | LIST_FREE_ITEM (list_window_free, window_t *) |
static | __DYNSTUFF_LIST_ADD_SORTED (windows, window_t, window_new_compare) |
static | __DYNSTUFF_LIST_UNLINK (windows, window_t) |
static | __DYNSTUFF_LIST_REMOVE_SAFE (windows, window_t, list_window_free) |
| __DYNSTUFF_LIST_DESTROY (windows, window_t, list_window_free) |
window_t * | window_find_ptr (window_t *w) |
window_t * | window_find_sa (session_t *session, const char *target, int session_null_means_no_session) |
window_t * | window_find (const char *target) |
void | window_switch (int id) |
window_t * | window_new (const char *target, session_t *session, int new_id) |
void | window_print (window_t *w, fstring_t *line) |
void | window_next () |
void | window_prev () |
void | window_kill (window_t *w) |
window_t * | window_exist (int id) |
static void | window_move (int first, int second) |
static void | window_real_move (int source, int dest) |
char * | window_target (window_t *window) |
int | cmd_window (const char *name, const char **params, session_t *session, const char *target, int quiet) |
void | window_session_set (window_t *w, session_t *new_session) |
int | window_session_cycle (window_t *w) |
int | window_lock_inc (window_t *w) |
int | window_lock_dec (window_t *w) |
Zmienne |
int | window_last_id = -1 |
window_t * | windows = NULL |
int | config_display_crap = 1 |
window_t * | window_current = NULL |
window_t * | window_status = NULL |
window_t * | window_debug = NULL |
window_lastlog_t * | lastlog_current = NULL |