|
C-Menu 0.2.9
A User Interface Toolkit
|
View data structures, enums, types, end external declarations. More...
#include "../ui/ui_notcurses_internal.h"#include "ui_backend.h"#include <notcurses/notcurses.h>#include <signal.h>#include <stddef.h>#include <stdlib.h>Go to the source code of this file.
Data Structures | |
| struct | SplitLine |
| struct | View |
| struct | ViewStack |
Macros | |
| #define | _GNU_SOURCE |
| #define | BUFSIZ 8192 |
| #define | COLOR_LEN 8 |
| #define | LINE_TBL_INCR 1024 |
| #define | MAXLEN 256 |
| #define | NCURSES_WIDECHAR 1 |
| #define | NMARKS 256 |
| #define | NPOS 256 |
| #define | NULL_POSITION -1 |
| #define | NULSL |
| #define | PAD_COLS 4096 |
| #define | VBUFSIZ 65536 |
Enumerations | |
| enum | PromptType { PT_NONE , PT_SHORT , PT_LONG , PT_STRING } |
Functions | |
| void | cat_file (View *) |
| Concatenate File to Standard Output. | |
| int | get_cmd_spec (View *, char *) |
| void | go_to_position (View *, long) |
| int | view_accept_cmd (View *) |
Variables | |
| 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 PromptType |
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 150 of file view_engine.c.