#include "ekg2-config.h"#include <stdlib.h>#include "ecurses.h"#include <ekg/bindings.h>#include <ekg/debug.h>#include <ekg/stuff.h>#include <ekg/windows.h>#include <ekg/xmalloc.h>#include "old.h"#include "bindings.h"#include "contacts.h"#include "mouse.h"Funkcje | |
| void | binding_previous_only_history (const char *arg) |
| void | binding_next_only_history (const char *arg) |
| static void | show_mouse_pointer (void) |
| static int | ncurses_mouse_timer (int type, void *data) |
| static void | ncurses_mouse_move_handler (int x, int y) |
| void | ncurses_lastlog_mouse_handler (int x, int y, int mouse_state) |
| void | ncurses_main_window_mouse_handler (int x, int y, int mouse_state) |
| void | ncurses_mouse_clicked_handler (int x, int y, int mouse_flag) |
| static int | ncurses_has_mouse_support (const char *term) |
| void | ncurses_enable_mouse (const char *env) |
| void | ncurses_disable_mouse (void) |
Zmienne | |
| int | mouse_initialized = 0 |
| void binding_next_only_history | ( | const char * | arg | ) |
| void binding_previous_only_history | ( | const char * | arg | ) |
| void ncurses_disable_mouse | ( | void | ) |
| void ncurses_enable_mouse | ( | const char * | env | ) |
| static int ncurses_has_mouse_support | ( | const char * | term | ) | [static] |
| void ncurses_lastlog_mouse_handler | ( | int | x, | |
| int | y, | |||
| int | mouse_state | |||
| ) |
| void ncurses_main_window_mouse_handler | ( | int | x, | |
| int | y, | |||
| int | mouse_state | |||
| ) |
| void ncurses_mouse_clicked_handler | ( | int | x, | |
| int | y, | |||
| int | mouse_flag | |||
| ) |
| static void ncurses_mouse_move_handler | ( | int | x, | |
| int | y | |||
| ) | [static] |
| static int ncurses_mouse_timer | ( | int | type, | |
| void * | data | |||
| ) | [static] |
| static void show_mouse_pointer | ( | void | ) | [static] |
| int mouse_initialized = 0 |
1.7.1