View data structures, enums, types, end external declarations.
More...
#include <ncursesw/ncurses.h>
#include <ncursesw/panel.h>
#include <signal.h>
#include <stddef.h>
#include <stdlib.h>
Go to the source code of this file.
View data structures, enums, types, end external declarations.
- Author
- Bill Waller Copyright (c) 2025 MIT License billx.nosp@m.wall.nosp@m.er@gm.nosp@m.ail..nosp@m.com
- Date
- 2026-02-09
Definition in file view.h.
◆ _GNU_SOURCE
◆ BUFSIZ
◆ COLOR_LEN
◆ LINE_TBL_INCR
| #define LINE_TBL_INCR 1024 |
Definition at line 39 of file view.h.
39#define LINE_TBL_INCR \
40 1024
◆ MAXLEN
◆ NCURSES_WIDECHAR
| #define NCURSES_WIDECHAR 1 |
◆ NMARKS
◆ NPOS
◆ NULL_POSITION
◆ NULSL
◆ PAD_COLS
◆ VBUFSIZ
◆ PromptType
| Enumerator |
|---|
| PT_NONE | |
| PT_SHORT | |
| PT_LONG | |
| PT_STRING | |
Definition at line 34 of file view.h.
◆ get_cmd_spec()
| int get_cmd_spec |
( |
View * | , |
|
|
char * | ) |
|
extern |
◆ go_to_position()
| void go_to_position |
( |
View * | , |
|
|
long | ) |
|
extern |
◆ view_accept_cmd()
| int view_accept_cmd |
( |
View * | | ) |
|
|
extern |
◆ err_msg