|
C-Menu 0.2.9
A User Interface Toolkit
|
View data structures, enums, types, end external declarations. More...
#include <ncursesw/ncurses.h>#include <signal.h>#include <stddef.h>#include <stdlib.h>Go to the source code of this file.
Data Structures | |
| struct | View |
Macros | |
| #define | _XOPEN_SOURCE_EXTENDED 1 |
| #define | NCURSES_WIDECHAR 1 |
| #define | COLOR_LEN 8 |
| #define | NPOS 256 |
| #define | NMARKS 256 |
| #define | MAXLEN 256 |
| #define | NULSL |
| #define | NULL_POSITION -1 |
| #define | VBUFSIZ 65536 |
| #define | BUFSIZ 8192 |
| #define | PAD_COLS 4096 |
| #define | LINE_TBL_INCR 1024 |
Enumerations | |
| enum | PROMPT_TYPE { PT_NONE , PT_SHORT , PT_LONG , PT_STRING } |
Functions | |
| int | get_cmd_spec (View *, char *) |
| void | go_to_position (View *, long) |
| void | cat_file (View *) |
| Concatenate File to Standard Output. | |
Variables | |
| View * | view |
| char | err_msg [MAXLEN] |
View data structures, enums, types, end external declarations.
Definition in file view.h.
| #define BUFSIZ 8192 |
| #define LINE_TBL_INCR 1024 |
| enum PROMPT_TYPE |
|
extern |
|
extern |
|
extern |
Definition at line 118 of file view_engine.c.
|
extern |
Definition at line 48 of file mem.c.
Referenced by destroy_view(), enter_file_spec(), init_view_boxwin(), init_view_files(), init_view_full_screen(), lp(), main(), mview(), new_view(), popup_view(), resize_page(), view_cmd_processor(), view_display_help(), view_file(), and view_restore_wins().