#include <old.h>
Pola danych | |
void * | window |
char * | prompt |
int | prompt_len |
int | margin_left |
int | margin_right |
int | margin_top |
int | margin_bottom |
fstring_t ** | backlog |
int | backlog_size |
int | redraw |
int | start |
int | lines_count |
void ** | lines |
int | overflow |
int(* | handle_redraw )(window_t *w) |
void(* | handle_mouse )(int x, int y, int state) |
WINDOW * | window |
struct screen_line * | lines |
CHAR_T * | prompt_real |
int | prompt_real_len |
time_t | last_red_line |
void(* ncurses_window_t::handle_mouse)(int x, int y, int state) |
int(* ncurses_window_t::handle_redraw)(window_t *w) |
struct screen_line* ncurses_window_t::lines |
void** ncurses_window_t::lines |
char * ncurses_window_t::prompt |
CHAR_T* ncurses_window_t::prompt_real |
void* ncurses_window_t::window |
WINDOW* ncurses_window_t::window |