|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <view.h>
Data Fields | |
| UiCell * | sl_cc [MAXLEN] |
| uint | sl_cells [MAXLEN] |
| uint | sl_cnt |
| uint | sl_cols [MAXLEN] |
| uint | sl_idx |
| off_t | sl_ln_no |
| char * | sl_s [MAXLEN] |
Definition at line 54 of file view.h.
Referenced by display_split_line(), fmt_line(), and log_cc_buf().
| uint SplitLine::sl_cells[MAXLEN] |
Definition at line 56 of file view.h.
Referenced by display_split_line(), fmt_line(), and log_cc_buf().
| uint SplitLine::sl_cnt |
Definition at line 58 of file view.h.
Referenced by display_line(), display_split_line(), fmt_line(), log_cc_buf(), log_split_lines(), log_stripped_line_out(), prev_page(), scroll_down(), and scroll_up().
| uint SplitLine::sl_cols[MAXLEN] |
Definition at line 55 of file view.h.
Referenced by fmt_line(), log_split_lines(), and log_stripped_line_out().
| uint SplitLine::sl_idx |
Definition at line 57 of file view.h.
Referenced by display_line(), display_split_line(), fmt_line(), prev_page(), scroll_down(), scroll_up(), and view_display_page().
| off_t SplitLine::sl_ln_no |
Definition at line 52 of file view.h.
Referenced by fmt_line().
| char* SplitLine::sl_s[MAXLEN] |
Definition at line 53 of file view.h.
Referenced by fmt_line(), log_split_lines(), and log_stripped_line_out().