#include <scroll.h>
Data Fields | |
scroll_table_entry * | head |
scroll_table_entry * | tail |
scroll_table_entry * | firstvisible |
scroll_table_entry * | lastvisible |
uint | count |
uint | lastpos |
uint | line |
int | leny |
int | lenx |
int | begy |
int | begx |
int | mode |
int | key_len |
int | data_len |
int | htstat |
int | s_metod |
bool | fast_scrolling |
bool | fast_horizont_scrolling |
uint | hind |
uint | bmaxx |
uint | imaxx |
uint | bmaxy |
uint | imaxy |
int(* | usr_func )(struct scroll_table *table, char *key, int smer, char *new_key, char *new_data, int *mode_scr) |
char | desc_key [MAX_KEY_LEN+S_T] |
char | desc_data [MAX_DATA_LEN+S_T] |
char | start_key [MAX_KEY_LEN+S_T] |
char | end_key [MAX_KEY_LEN+S_T] |
char | search_key [MAX_KEY_LEN+S_T] |
WINDOW * | tablewin |
PANEL * | tablepanel |
WINDOW * | borderwin |
PANEL * | borderpanel |
WINDOW * | hindwin |
PANEL * | hindpanel |
WINDOW * | vindwin |
PANEL * | vindpanel |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|