#include "AppHdr.h"
#include "cio.h"
#include "externs.h"
#include "options.h"
#include "libutil.h"
#include "macro.h"
#include "message.h"
#include "state.h"
#include "viewgeom.h"
#include <queue>
Functions | |
int | unixcurses_get_vi_key (int keyin) |
int | unmangle_direction_keys (int keyin, KeymapContext keymap, bool fake_ctrl, bool fake_shift) |
void | cursorxy (int x, int y) |
int | nowrapcprintf (int wrapcol, const char *s,...) |
int | nowrap_eol_cprintf (const char *s,...) |
int | wrapcprintf (int wrapcol, const char *s,...) |
int | cancelable_get_line (char *buf, int len, input_history *mh, int(*keyproc)(int &ch)) |
coord_def | get_mouse_pos () |
c_mouse_event | get_mouse_event () |
void | new_mouse_event (const c_mouse_event &ce) |
void | c_input_reset (bool enable_mouse, bool flush) |
void c_input_reset | ( | bool | enable_mouse, | |
bool | flush | |||
) |
int cancelable_get_line | ( | char * | buf, | |
int | len, | |||
input_history * | mh, | |||
int(*)(int &ch) | keyproc | |||
) |
void cursorxy | ( | int | x, | |
int | y | |||
) |
c_mouse_event get_mouse_event | ( | ) |
coord_def get_mouse_pos | ( | ) |
void new_mouse_event | ( | const c_mouse_event & | ce | ) |
int nowrap_eol_cprintf | ( | const char * | s, | |
... | ||||
) |
int nowrapcprintf | ( | int | wrapcol, | |
const char * | s, | |||
... | ||||
) |
int unixcurses_get_vi_key | ( | int | keyin | ) |
int unmangle_direction_keys | ( | int | keyin, | |
KeymapContext | keymap, | |||
bool | fake_ctrl, | |||
bool | fake_shift | |||
) |
int wrapcprintf | ( | int | wrapcol, | |
const char * | s, | |||
... | ||||
) |