|
iPXE
|
MuCurses header file. More...
#include <stdint.h>#include <stdbool.h>#include <stdarg.h>#include <ipxe/console.h>#include <ipxe/keys.h>Go to the source code of this file.
Data Structures | |
| struct | _curses_screen |
| Curses SCREEN object. More... | |
| struct | _curses_window |
| Curses Window struct. More... | |
Macros | |
| #define | ERR (-1) |
| #define | FALSE (0) |
| #define | OK (0) |
| #define | TRUE (1) |
| #define | stdscr ( &_stdscr ) |
| #define | COLS console_width |
| #define | LINES console_height |
| #define | MUCURSES_BITS(mask, shift) |
| #define | CPAIR_SHIFT 8 |
| #define | ATTRS_SHIFT 16 |
| #define | WA_DEFAULT ( 0x0000 << ATTRS_SHIFT ) |
| #define | WA_ALTCHARSET ( 0x0001 << ATTRS_SHIFT ) |
| #define | WA_BLINK ( 0x0002 << ATTRS_SHIFT ) |
| #define | WA_BOLD ( 0x0004 << ATTRS_SHIFT ) |
| #define | WA_DIM ( 0x0008 << ATTRS_SHIFT ) |
| #define | WA_INVIS ( 0x0010 << ATTRS_SHIFT ) |
| #define | WA_PROTECT ( 0x0020 << ATTRS_SHIFT ) |
| #define | WA_REVERSE ( 0x0040 << ATTRS_SHIFT ) |
| #define | WA_STANDOUT ( 0x0080 << ATTRS_SHIFT ) |
| #define | WA_UNDERLINE ( 0x0100 << ATTRS_SHIFT ) |
| #define | WA_HORIZONTAL ( 0x0200 << ATTRS_SHIFT ) |
| #define | WA_VERTICAL ( 0x0400 << ATTRS_SHIFT ) |
| #define | WA_LEFT ( 0x0800 << ATTRS_SHIFT ) |
| #define | WA_RIGHT ( 0x1000 << ATTRS_SHIFT ) |
| #define | WA_LOW ( 0x2000 << ATTRS_SHIFT ) |
| #define | WA_TOP ( 0x4000 << ATTRS_SHIFT ) |
| #define | A_DEFAULT WA_DEFAULT |
| #define | A_ALTCHARSET WA_ALTCHARSET |
| #define | A_BLINK WA_BLINK |
| #define | A_BOLD WA_BOLD |
| #define | A_DIM WA_DIM |
| #define | A_INVIS WA_INVIS |
| #define | A_PROTECT WA_PROTECT |
| #define | A_REVERSE WA_REVERSE |
| #define | A_STANDOUT WA_STANDOUT |
| #define | A_UNDERLINE WA_UNDERLINE |
| #define | A_ATTRIBUTES ( 0xffff << ATTRS_SHIFT ) |
| #define | A_CHARTEXT ( 0xff ) |
| #define | A_COLOUR ( 0xff << CPAIR_SHIFT ) |
| #define | A_COLOR A_COLOUR |
| #define | COLOUR_PAIR(n) |
| #define | COLOR_PAIR(n) |
| #define | PAIR_NUMBER(attrs) |
| #define | COLOUR_PAIRS 8 /* Arbitrary limit */ |
| #define | COLOR_PAIRS COLOUR_PAIRS |
| #define | ACS_ULCORNER '+' |
| #define | ACS_LLCORNER '+' |
| #define | ACS_URCORNER '+' |
| #define | ACS_LRCORNER '+' |
| #define | ACS_RTEE '+' |
| #define | ACS_LTEE '+' |
| #define | ACS_BTEE '+' |
| #define | ACS_TTEE '+' |
| #define | ACS_HLINE '-' |
| #define | ACS_VLINE '|' |
| #define | ACS_PLUS '+' |
| #define | ACS_S1 '-' |
| #define | ACS_S9 '_' |
| #define | ACS_DIAMOND '+' |
| #define | ACS_CKBOARD ':' |
| #define | ACS_DEGREE '\'' |
| #define | ACS_PLMINUS '#' |
| #define | ACS_BULLET 'o' |
| #define | ACS_LARROW '<' |
| #define | ACS_RARROW '>' |
| #define | ACS_DARROW 'v' |
| #define | ACS_UARROW '^' |
| #define | ACS_BOARD '#' |
| #define | ACS_LANTERN '#' |
| #define | ACS_BLOCK '#' |
| #define | COLOUR_BLACK 0 |
| #define | COLOUR_RED 1 |
| #define | COLOUR_GREEN 2 |
| #define | COLOUR_YELLOW 3 |
| #define | COLOUR_BLUE 4 |
| #define | COLOUR_MAGENTA 5 |
| #define | COLOUR_CYAN 6 |
| #define | COLOUR_WHITE 7 |
| #define | COLOURS 7 |
| #define | COLOUR_FG 30 |
| #define | COLOUR_BG 40 |
| #define | COLOR_FG COLOUR_FG |
| #define | COLOR_BG COLOUR_BG |
| #define | COLOR_BLACK COLOUR_BLACK |
| #define | COLOR_BLUE COLOUR_BLUE |
| #define | COLOR_GREEN COLOUR_GREEN |
| #define | COLOR_CYAN COLOUR_CYAN |
| #define | COLOR_RED COLOUR_RED |
| #define | COLOR_MAGENTA COLOUR_MAGENTA |
| #define | COLOR_YELLOW COLOUR_YELLOW |
| #define | COLOR_WHITE COLOUR_WHITE |
| #define | COLORS COLOURS |
| #define | can_change_color() |
| #define | color_content(c, r, g, b) |
| #define | color_set(cpno, opts) |
| #define | init_color ( c, r, g, b ) init_colour ( (c), (r), (g), (b) ) |
| #define | slk_color(c) |
| #define | start_color() |
| #define | wcolor_set(w, s, v) |
| #define | mvprintw(y, x, fmt, ...) |
| #define | mvwprintw(win, y, x, fmt, ...) |
| #define | printw(fmt, ...) |
| #define | standend() |
| #define | standout() |
Typedefs | |
| typedef uint32_t | chtype |
| typedef uint32_t | attr_t |
| typedef struct _curses_screen | SCREEN |
| Curses SCREEN object. | |
| typedef struct _curses_window | WINDOW |
| Curses Window struct. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| int | baudrate (void) |
| int | beep (void) |
| Audible signal. | |
| int | box (WINDOW *, chtype, chtype) __nonnull |
| Draw borders from single-byte characters and renditions around a window. | |
| int | cbreak (void) |
| int | colour_content (short, short *, short *, short *) __nonnull |
| Identify the RGB components of a given colour value. | |
| int | copywin (const WINDOW *, WINDOW *, int, int, int, int, int, int, int) |
| int | curs_set (int) |
| Set cursor visibility. | |
| int | def_prog_mode (void) |
| int | def_shell_mode (void) |
| int | delay_output (int) |
| void | delscreen (SCREEN *) |
| int | delwin (WINDOW *) __nonnull |
| Delete a window. | |
| WINDOW * | derwin (WINDOW *, int, int, int, int) __nonnull |
| Create a new derived window. | |
| WINDOW * | dupwin (WINDOW *) __nonnull |
| Create a duplicate of the specified window. | |
| int | echo (void) |
| int | echochar (const chtype) |
| int | endwin (void) |
| Finalise console environment. | |
| char | erasechar (void) |
| int | erase (void) |
| Completely clear the screen. | |
| void | filter (void) |
| Receive packet filter. | |
| int | flash (void) |
| int | flushinp (void) |
| __pure chtype | getbkgd (WINDOW *) __nonnull |
| Get the background rendition attributes for a window. | |
| int | halfdelay (int) |
| bool | has_ic (void) |
| bool | has_il (void) |
| void | idcok (WINDOW *, bool) |
| int | idlok (WINDOW *, bool) |
| WINDOW * | initscr (void) |
| Initialise console environment. | |
| int | init_colour (short, short, short, short) |
| int | init_pair (short, short, short) |
| Initialise colour pair. | |
| int | intrflush (WINDOW *, bool) |
| bool | isendwin (void) |
| char * | keyname (int) |
| int | keypad (WINDOW *, bool) |
| char | killchar (void) |
| int | leaveok (WINDOW *, bool) |
| char * | longname (void) |
| int | meta (WINDOW *, bool) |
| int | mvcur (int, int, int, int) |
| int | mvderwin (WINDOW *, int, int) |
| int | mvwin (WINDOW *, int, int) __nonnull |
| Move window origin to specified coordinates. | |
| int | napms (int) |
| WINDOW * | newwin (int, int, int, int) |
| Create new WINDOW. | |
| int | nl (void) |
| int | nocbreak (void) |
| int | nodelay (WINDOW *, bool) |
| int | noecho (void) |
| int | nonl (void) |
| void | noqiflush (void) |
| int | noraw (void) |
| int | notimeout (WINDOW *, bool) |
| int | overlay (const WINDOW *, WINDOW *) |
| int | overwrite (const WINDOW *, WINDOW *) |
| int | pair_content (short, short *, short *) __nonnull |
| Get colours of colour pair. | |
| int | printw (char *,...) |
| int | putp (const char *) |
| void | qiflush (void) |
| int | raw (void) |
| Raw version number. | |
| int | reset_prog_mode (void) |
| int | reset_shell_mode (void) |
| int | resetty (void) |
| int | ripoffline (int, int(*)(WINDOW *, int)) |
| int | savetty (void) |
| SCREEN * | set_term (SCREEN *) |
| int | setupterm (char *, int, int *) |
| int | slk_attr_off (const attr_t, void *) |
| int | slk_attroff (const chtype) |
| Turn off soft function key attributes. | |
| int | slk_attr_on (const attr_t, void *) |
| int | slk_attron (const chtype) |
| Turn on soft function key attributes. | |
| int | slk_attr_set (const attr_t, short, void *) |
| int | slk_attrset (const chtype) |
| Set soft function key attributes. | |
| int | slk_clear (void) |
| Clear the soft function key labels from the screen. | |
| int | slk_colour (short) |
| Set soft label colour pair. | |
| int | slk_init (int) |
| Initialise the soft function keys. | |
| char * | slk_label (int) |
| Return the label for the specified soft key. | |
| int | slk_noutrefresh (void) |
| int | slk_restore (void) |
| Restore soft function key labels to the screen. | |
| int | slk_set (int, const char *, int) __nonnull |
| Configure specified soft key. | |
| int | slk_touch (void) |
| WINDOW * | subwin (WINDOW *, int, int, int, int) __nonnull |
| Create a new sub-window. | |
| int | syncok (WINDOW *, bool) |
| chtype | termattrs (void) |
| attr_t | term_attrs (void) |
| char * | termname (void) |
| int | tigetflag (char *) |
| int | tigetnum (char *) |
| char * | tigetstr (char *) |
| void | timeout (int) |
| char * | tparm (char *, long, long, long, long, long, long, long, long, long) |
| int | typeahead (int) |
| void | use_env (bool) |
| int | vid_attr (attr_t, short, void *) |
| int | vidattr (chtype) |
| int | vid_puts (attr_t, short, void *, int(*)(int)) |
| int | vidputs (chtype, int(*)(int)) |
| int | vw_printw (WINDOW *, const char *, va_list) __nonnull |
| Print formatted output in a window. | |
| int | waddch (WINDOW *, const chtype) __nonnull |
| Add a single-byte character and rendition to a window and advance the cursor. | |
| int | waddchnstr (WINDOW *, const chtype *, int) __nonnull |
| Add string of single-byte characters and renditions to a window. | |
| int | waddnstr (WINDOW *, const char *, int) __nonnull |
| Add string of single-byte characters to a window. | |
| int | wattroff (WINDOW *, int) __nonnull |
| Turn off attributes in a window. | |
| int | wattron (WINDOW *, int) __nonnull |
| Turn on attributes in a window. | |
| int | wattrset (WINDOW *, int) __nonnull |
| Set attributes in a window. | |
| int | wattr_get (WINDOW *, attr_t *, short *, void *) |
| int | wattr_off (WINDOW *, attr_t, void *) |
| int | wattr_on (WINDOW *, attr_t, void *) |
| int | wattr_set (WINDOW *, attr_t, short, void *) |
| int | wborder (WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype) __nonnull |
| Draw borders from single-byte characters and renditions around a window. | |
| int | wclrtobot (WINDOW *) __nonnull |
| Clear a window to the bottom from current cursor position. | |
| int | wclrtoeol (WINDOW *) __nonnull |
| Clear a window to the end of the current line. | |
| void | wcursyncup (WINDOW *) |
| int | wcolour_set (WINDOW *, short, void *) |
| int | wdelch (WINDOW *) __nonnull |
| Delete character under the cursor in a window. | |
| int | wdeleteln (WINDOW *) __nonnull |
| Delete line under a window's cursor. | |
| int | wechochar (WINDOW *, const chtype) |
| int | werase (WINDOW *) __nonnull |
| Completely clear a window. | |
| int | wgetch (WINDOW *) |
| Pop a character from the FIFO into a window. | |
| int | wgetnstr (WINDOW *, char *, int) |
| Read at most n characters from the FIFO into a window. | |
| int | whline (WINDOW *, chtype, int) __nonnull |
| Create a horizontal line in a window. | |
| int | wmove (WINDOW *, int, int) |
| Move a window's cursor to the specified position. | |
| int | wprintw (WINDOW *, const char *,...) __nonnull |
| Print formatted output to a window. | |
| void | wsyncup (WINDOW *) |
| void | wsyncdown (WINDOW *) |
| void | wtimeout (WINDOW *, int) |
| int | wvline (WINDOW *, chtype, int) __nonnull |
| Create a vertical line in a window. | |
| static int | addch (const chtype ch) |
| static int | addchnstr (const chtype *chstr, int n) |
| static int | addchstr (const chtype *chstr) |
| static int | addnstr (const char *str, int n) |
| static int | addstr (const char *str) |
| static int | attroff (int attrs) |
| static int | attron (int attrs) |
| static int | attrset (int attrs) |
| static int | attr_get (attr_t *attrs, short *pair, void *opts) |
| static int | attr_off (attr_t attrs, void *opts) |
| static int | attr_on (attr_t attrs, void *opts) |
| static int | attr_set (attr_t attrs, short cpair, void *opts) |
| static void | bkgdset (chtype ch) |
| static int | border (chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) |
| static bool | can_change_colour (void) |
| static int | clrtobot (void) |
| static int | clrtoeol (void) |
| static int | colour_set (short colour_pair_number, void *opts) |
| static int | delch (void) |
| static int | deleteln (void) |
| static int | getch (void) |
| static int | getnstr (char *str, int n) |
| static int | getstr (char *str) |
| static bool | has_colors (void) |
| static int | has_key (int kc __unused) |
| static int | hline (chtype ch, int n) |
| static int | move (int y, int x) |
| static int | mvaddch (int y, int x, const chtype ch) |
| static int | mvaddchnstr (int y, int x, const chtype *chstr, int n) |
| static int | mvaddchstr (int y, int x, const chtype *chstr) |
| static int | mvaddnstr (int y, int x, const char *str, int n) |
| static int | mvaddstr (int y, int x, const char *str) |
| static int | mvdelch (int y, int x) |
| static int | mvgetch (int y, int x) |
| static int | mvgetnstr (int y, int x, char *str, int n) |
| static int | mvgetstr (int y, int x, char *str) |
| static int | mvhline (int y, int x, chtype ch, int n) |
| static int | mvvline (int y, int x, chtype ch, int n) |
| static int | mvwaddch (WINDOW *win, int y, int x, const chtype ch) |
| static int | mvwaddchnstr (WINDOW *win, int y, int x, const chtype *chstr, int n) |
| static int | mvwaddchstr (WINDOW *win, int y, int x, const chtype *chstr) |
| static int | mvwaddnstr (WINDOW *win, int y, int x, const char *str, int n) |
| static int | mvwaddstr (WINDOW *win, int y, int x, const char *str) |
| static int | mvwdelch (WINDOW *win, int y, int x) |
| static int | mvwgetch (WINDOW *win, int y, int x) |
| static int | mvwgetnstr (WINDOW *win, int y, int x, char *str, int n) |
| static int | mvwgetstr (WINDOW *win, int y, int x, char *str) |
| static int | mvwhline (WINDOW *win, int y, int x, chtype ch, int n) |
| static int | mvwvline (WINDOW *win, int y, int x, chtype ch, int n) |
| static int | slk_refresh (void) |
| static int | start_colour (void) |
| static int | vline (chtype ch, int n) |
| static int | vwprintw (WINDOW *win, const char *fmt, va_list varglist) |
| static int | waddchstr (WINDOW *win, const chtype *chstr) |
| static int | waddstr (WINDOW *win, const char *str) |
| static int | wbkgdset (WINDOW *win, chtype ch) |
| static int | wgetstr (WINDOW *win, char *str) |
| static int | wstandend (WINDOW *win) |
| static int | wstandout (WINDOW *win) |
Variables | |
| WINDOW | _stdscr |
MuCurses header file.
Definition in file curses.h.
| #define ERR (-1) |
Definition at line 19 of file curses.h.
Referenced by _wgetc(), init_pair(), mvaddch(), mvaddchnstr(), mvaddchstr(), mvaddnstr(), mvaddstr(), mvdelch(), mvgetch(), mvgetnstr(), mvgetstr(), mvhline(), mvvline(), mvwaddch(), mvwaddchnstr(), mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(), mvwgetch(), mvwgetnstr(), mvwgetstr(), mvwhline(), mvwin(), mvwvline(), pair_content(), slk_attr_set(), slk_attroff(), slk_attron(), slk_attrset(), slk_clear(), slk_colour(), slk_init(), slk_refresh(), slk_restore(), slk_set(), wcolour_set(), wgetnstr(), and wmove().
| #define OK (0) |
Definition at line 25 of file curses.h.
Referenced by beep(), colour_content(), curs_set(), delwin(), echo(), endwin(), erase(), init_pair(), mvaddch(), mvaddchnstr(), mvaddchstr(), mvaddnstr(), mvaddstr(), mvdelch(), mvgetch(), mvgetnstr(), mvgetstr(), mvhline(), mvvline(), mvwaddch(), mvwaddchnstr(), mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(), mvwgetch(), mvwgetnstr(), mvwgetstr(), mvwhline(), mvwin(), mvwvline(), noecho(), pair_content(), slk_attr_set(), slk_attroff(), slk_attron(), slk_attrset(), slk_clear(), slk_colour(), slk_init(), slk_refresh(), slk_restore(), slk_set(), start_colour(), vw_printw(), waddch(), waddchnstr(), waddnstr(), wattr_get(), wattr_off(), wattr_on(), wattr_set(), wattroff(), wattron(), wattrset(), wborder(), wclrtobot(), wclrtoeol(), wcolour_set(), wdelch(), wdeleteln(), werase(), wgetnstr(), whline(), wmove(), and wvline().
| #define stdscr ( &_stdscr ) |
Definition at line 111 of file curses.h.
Referenced by _enter_slk(), _leave_slk(), _print_label(), addch(), addchnstr(), addchstr(), addnstr(), addstr(), attr_get(), attr_off(), attr_on(), attr_set(), attroff(), attron(), attrset(), bkgdset(), border(), clrtobot(), clrtoeol(), colour_set(), curs_set(), delch(), deleteln(), delwin(), endwin(), erase(), getch(), getnstr(), getstr(), hline(), initscr(), move(), mvaddch(), mvaddchnstr(), mvaddchstr(), mvaddnstr(), mvaddstr(), mvdelch(), mvgetch(), mvgetnstr(), mvgetstr(), mvhline(), mvvline(), newwin(), slk_clear(), slk_restore(), and vline().
| #define COLS console_width |
| #define LINES console_height |
| #define MUCURSES_BITS | ( | mask, | |
| shift ) |
| #define CPAIR_SHIFT 8 |
Definition at line 116 of file curses.h.
Referenced by slk_attr_set(), and slk_colour().
| #define WA_DEFAULT ( 0x0000 << ATTRS_SHIFT ) |
| #define WA_ALTCHARSET ( 0x0001 << ATTRS_SHIFT ) |
| #define WA_BLINK ( 0x0002 << ATTRS_SHIFT ) |
| #define WA_BOLD ( 0x0004 << ATTRS_SHIFT ) |
| #define WA_DIM ( 0x0008 << ATTRS_SHIFT ) |
| #define WA_INVIS ( 0x0010 << ATTRS_SHIFT ) |
| #define WA_PROTECT ( 0x0020 << ATTRS_SHIFT ) |
| #define WA_REVERSE ( 0x0040 << ATTRS_SHIFT ) |
| #define WA_STANDOUT ( 0x0080 << ATTRS_SHIFT ) |
| #define WA_UNDERLINE ( 0x0100 << ATTRS_SHIFT ) |
| #define WA_HORIZONTAL ( 0x0200 << ATTRS_SHIFT ) |
| #define WA_VERTICAL ( 0x0400 << ATTRS_SHIFT ) |
| #define WA_LEFT ( 0x0800 << ATTRS_SHIFT ) |
| #define WA_RIGHT ( 0x1000 << ATTRS_SHIFT ) |
| #define WA_LOW ( 0x2000 << ATTRS_SHIFT ) |
| #define WA_TOP ( 0x4000 << ATTRS_SHIFT ) |
| #define A_DEFAULT WA_DEFAULT |
Definition at line 136 of file curses.h.
Referenced by slk_init(), and wstandend().
| #define A_ALTCHARSET WA_ALTCHARSET |
| #define A_BOLD WA_BOLD |
Definition at line 139 of file curses.h.
Referenced by ansiscr_attrs(), draw_form(), draw_info_row(), draw_menu_item(), draw_setting_row(), draw_title_row(), and show_menu().
| #define A_PROTECT WA_PROTECT |
| #define A_REVERSE WA_REVERSE |
| #define A_STANDOUT WA_STANDOUT |
Definition at line 144 of file curses.h.
Referenced by wstandout().
| #define A_UNDERLINE WA_UNDERLINE |
| #define A_ATTRIBUTES ( 0xffff << ATTRS_SHIFT ) |
Definition at line 147 of file curses.h.
Referenced by ansiscr_putc(), slk_attr_set(), slk_attroff(), slk_attron(), slk_attrset(), slk_colour(), wattr_get(), and wcolour_set().
| #define A_CHARTEXT ( 0xff ) |
Definition at line 148 of file curses.h.
Referenced by ansiscr_putc().
| #define A_COLOUR ( 0xff << CPAIR_SHIFT ) |
| #define A_COLOR A_COLOUR |
Definition at line 150 of file curses.h.
Referenced by ansiscr_putc(), and wattrset().
| #define COLOUR_PAIR | ( | n | ) |
Definition at line 152 of file curses.h.
Referenced by wattr_set(), and wcolour_set().
| #define COLOR_PAIR | ( | n | ) |
| #define PAIR_NUMBER | ( | attrs | ) |
Definition at line 154 of file curses.h.
Referenced by ansiscr_attrs(), and wattr_get().
| #define COLOUR_PAIRS 8 /* Arbitrary limit */ |
Definition at line 156 of file curses.h.
Referenced by init_pair(), pair_content(), and wcolour_set().
| #define COLOR_PAIRS COLOUR_PAIRS |
| #define COLOUR_RED 1 |
Definition at line 186 of file curses.h.
Referenced by colour_content().
| #define COLOUR_GREEN 2 |
Definition at line 187 of file curses.h.
Referenced by colour_content().
| #define COLOUR_BLUE 4 |
Definition at line 189 of file curses.h.
Referenced by colour_content().
| #define COLOR_BLACK COLOUR_BLACK |
| #define COLOR_BLUE COLOUR_BLUE |
| #define COLOR_GREEN COLOUR_GREEN |
| #define COLOR_CYAN COLOUR_CYAN |
| #define COLOR_RED COLOUR_RED |
| #define COLOR_MAGENTA COLOUR_MAGENTA |
| #define COLOR_YELLOW COLOUR_YELLOW |
| #define COLOR_WHITE COLOUR_WHITE |
| #define COLORS COLOURS |
Definition at line 208 of file curses.h.
Referenced by slk_attr_set(), and slk_colour().
| #define can_change_color | ( | ) |
| #define color_content | ( | c, | |
| r, | |||
| g, | |||
| b ) |
| #define color_set | ( | cpno, | |
| opts ) |
Definition at line 241 of file curses.h.
Referenced by draw_editbox(), draw_errors(), draw_form(), draw_info_row(), draw_menu_item(), draw_menu_items(), draw_setting_rows(), endwin(), main_loop(), pxe_menu_draw_item(), pxe_menu_select(), settings_ui(), show_form(), show_menu(), and valert().
| #define init_color ( c, r, g, b ) init_colour ( (c), (r), (g), (b) ) |
| #define slk_color | ( | c | ) |
| #define start_color | ( | ) |
Definition at line 397 of file curses.h.
Referenced by pxe_menu_select(), settings_ui(), show_form(), and show_menu().
| #define wcolor_set | ( | w, | |
| s, | |||
| v ) |
Definition at line 649 of file curses.h.
Referenced by draw_editbox(), draw_setting_row(), endwin(), pxe_menu_draw_item(), show_menu(), and vmsg().
| #define printw | ( | fmt, | |
| ... ) |
| int standend | ( | ) |
| int standout | ( | ) |
| typedef struct _curses_screen SCREEN |
Curses SCREEN object.
| typedef struct _curses_window WINDOW |
Curses Window struct.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
extern |
References __nonnull.
|
extern |
Audible signal.
| rc | return status code |
Definition at line 17 of file alert.c.
Referenced by wgetch(), and wgetnstr().
Draw borders from single-byte characters and renditions around a window.
| *win | window to be bordered |
| verch | vertical chtype |
| horch | horizontal chtype |
| rc | return status code |
Definition at line 22 of file edging.c.
References _curses_window::attrs, and wborder().
Referenced by draw_editbox(), edit_editbox(), and init_editbox().
|
extern |
References __nonnull.
|
extern |
Identify the RGB components of a given colour value.
| colour | colour value |
| *red | address to store red component |
| *green | address to store green component |
| *blue | address to store blue component |
| rc | return status code |
Definition at line 23 of file colour.c.
References colour, COLOUR_BLUE, COLOUR_GREEN, COLOUR_RED, and OK.
|
extern |
Set cursor visibility.
| visibility | cursor visibility |
Definition at line 154 of file mucurses.c.
Referenced by endwin(), main_loop(), settings_ui(), and show_menu().
|
extern |
|
extern |
|
extern |
|
extern |
Delete a window.
| *win | pointer to window being deleted |
| rc | return status code |
Definition at line 20 of file windows.c.
References _wputch(), _curses_window::curs_x, _curses_window::curs_y, free, OK, stdscr, wmove(), and WRAP.
Create a new derived window.
| parent | parent window |
| nlines | window height |
| ncols | window width |
| begin_y | window y origin (relative to parent) |
| begin_x | window x origin (relative to parent) |
| ptr | return pointer to child window |
Definition at line 48 of file windows.c.
References _curses_window::height, malloc(), NULL, _curses_window::ori_x, _curses_window::ori_y, _curses_window::parent, _curses_window::scr, and _curses_window::width.
Create a duplicate of the specified window.
| orig | original window |
| ptr | pointer to duplicate window |
Definition at line 71 of file windows.c.
References _curses_window::attrs, _curses_window::curs_x, _curses_window::curs_y, _curses_window::height, malloc(), NULL, _curses_window::ori_x, _curses_window::ori_y, _curses_window::scr, and _curses_window::width.
|
extern |
Definition at line 133 of file kb.c.
References m_echo, OK, and TRUE.
Referenced by COMMAND(), fc_els_echo_detect(), fc_els_echo_rx_request(), fc_els_echo_rx_response(), fc_els_echo_tx(), icmp_rx_echo_reply(), icmp_rx_echo_request(), icmp_tx_echo(), icmp_tx_echo_reply(), icmp_tx_echo_request(), ping_deliver(), and ping_rx().
|
extern |
|
extern |
Finalise console environment.
Definition at line 32 of file wininit.c.
References attrset(), color_set, curs_set(), LINES, mvprintw, NULL, OK, and stdscr.
Referenced by pxe_menu_select(), settings_ui(), show_form(), and show_menu().
|
extern |
|
extern |
Completely clear the screen.
| rc | return status code |
Definition at line 98 of file clear.c.
Referenced by draw_form(), fdt_set(), settings_ui(), and show_menu().
|
extern |
Receive packet filter.
This field takes the same values as s_PXENV_UNDI_OPEN::PktFilter.
Definition at line 11 of file pxe_api.h.
Referenced by ath5k_hw_get_rx_filter(), ath5k_hw_set_power(), ath5k_hw_set_rx_filter(), ecm_open(), efi_null_pxe_set_ip_filter(), efi_null_vlan_find(), efi_pxe_ip_filter(), efi_pxe_set_ip_filter(), efi_vlan_find(), png_unfilter_pass(), rndis_filter(), and sky2_set_multicast().
|
extern |
Referenced by bnx2_init_nvram().
Get the background rendition attributes for a window.
| *win | subject window |
| ch | chtype rendition representation |
Definition at line 18 of file winattrs.c.
References _curses_window::attrs.
|
extern |
|
extern |
|
extern |
|
extern |
Initialise console environment.
| *win | return pointer to stdscr |
Definition at line 18 of file wininit.c.
References COLS, LINES, move(), and stdscr.
Referenced by pxe_menu_select(), settings_ui(), show_form(), and show_menu().
|
extern |
|
extern |
Initialise colour pair.
| pair | colour pair number |
| fcol | foreground colour |
| bcol | background colour |
Definition at line 37 of file colour.c.
References colour_pair::bcol, COLOUR_PAIRS, cpairs, ERR, colour_pair::fcol, and OK.
|
extern |
|
extern |
Referenced by usbkbd_map().
|
extern |
|
extern |
|
extern |
|
extern |
Move window origin to specified coordinates.
| *win | window to move |
| y | Y position |
| x | X position |
| rc | return status code |
Definition at line 94 of file windows.c.
References COLS, ERR, _curses_window::height, LINES, OK, _curses_window::ori_x, _curses_window::ori_y, _curses_window::width, x, and y.
|
extern |
|
extern |
Create new WINDOW.
| nlines | number of lines |
| ncols | number of columns |
| begin_y | column origin |
| begin_x | line origin |
| *win | return pointer to new window |
Definition at line 114 of file windows.c.
References _curses_window::height, malloc(), NULL, _curses_window::ori_x, _curses_window::ori_y, _curses_window::parent, _curses_window::scr, stdscr, and _curses_window::width.
Referenced by subwin().
|
extern |
Referenced by REQUIRE_KEYMAP().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
References __nonnull.
Referenced by efi_null_pxe_mtftp(), and efi_pxe_mtftp().
|
extern |
Get colours of colour pair.
| pair | colour pair number |
| fcol | foreground colour |
| bcol | background colour |
Definition at line 56 of file colour.c.
References colour_pair::bcol, COLOUR_PAIRS, cpairs, ERR, colour_pair::fcol, and OK.
|
extern |
|
extern |
|
extern |
|
extern |
Raw version number.
Definition at line 0 of file CIB_PRM.h.
Referenced by asn1_generalized_time(), base64_encode(), certstore_init(), cms_parse_certificates(), cms_parse_cipher_algorithm(), cms_parse_content_type(), cms_parse_digest_algorithm(), cms_parse_encrypted(), cms_parse_enveloped(), cms_parse_identifier(), cms_parse_mac(), cms_parse_participant(), cms_parse_participants(), cms_parse_pubkey_algorithm(), cms_parse_signed(), cms_parse_value(), deflate_alphabet(), deflate_decode(), der_asn1(), dhcp_create_request(), ecdsa_parse_key(), ecdsa_parse_signature(), efipci_discover_one(), efipci_ioremap(), fbcon_picture_init(), fetchf_setting(), fetchn_setting(), format_base64_setting(), format_busdevfn_setting(), format_dnssl_setting(), format_hex_colon_setting(), format_hex_hyphen_setting(), format_hex_raw_setting(), format_int_setting(), format_ipv4_setting(), format_ipv4_setting(), format_ipv4_setting(), format_ipv6_setting(), format_ipv6_setting(), format_ipv6_setting(), format_string_setting(), format_uint_setting(), format_uristring_setting(), format_uuid_setting(), hex_encode(), ice_context_rx(), icert_cert(), intelvf_mbox_read(), intelvf_mbox_write(), intelxl_admin_mac_write(), iscsi_large_binary_decode(), lldp_fetch(), ntlm_data_okx(), numerate_int_setting(), numeric_setting_value(), ocsp_parse_basic_response(), ocsp_parse_cert_id(), ocsp_parse_certs(), ocsp_parse_responder_id(), ocsp_parse_response(), ocsp_parse_response_bytes(), ocsp_parse_response_status(), ocsp_parse_response_type(), ocsp_parse_responses(), ocsp_parse_tbs_response_data(), parse_uri(), peerdist_info_v1(), peerdist_info_v1_block(), peerdist_info_v1_blocks(), peerdist_info_v1_segment(), peerdist_info_v2(), peerdist_info_v2_cursor_next(), peerdist_info_v2_segment(), png_pixel(), png_pixels_pass(), pxebs_list(), rdtsc_raw(), rsa_parse_mod_exp(), setting_format(), setting_numerate(), storef_setting(), storen_setting(), uri_encode(), vmbus_initiate_contact(), x509_certificate(), x509_check_alt_name(), x509_check_dnsname(), x509_check_ipaddress(), x509_find(), x509_parse(), x509_parse_access_description(), x509_parse_authority_info_access(), x509_parse_basic_constraints(), x509_parse_common_name(), x509_parse_extended_key_usage(), x509_parse_extension(), x509_parse_extensions(), x509_parse_issuer(), x509_parse_key_purpose(), x509_parse_key_usage(), x509_parse_ocsp(), x509_parse_public_key(), x509_parse_serial(), x509_parse_subject(), x509_parse_subject_alt_name(), x509_parse_tbscertificate(), x509_parse_validity(), x509_parse_version(), xhci_port_protocol(), and xsmp_rx_xve_install().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Turn off soft function key attributes.
| attrs | attribute bit mask |
| rc | return status code |
Definition at line 128 of file slk.c.
References A_ATTRIBUTES, _softlabelkeys::attrs, ERR, NULL, OK, and slks.
Referenced by slk_attr_off().
|
extern |
|
extern |
Turn on soft function key attributes.
| attrs | attribute bit mask |
| rc | return status code |
Definition at line 141 of file slk.c.
References A_ATTRIBUTES, _softlabelkeys::attrs, ERR, NULL, OK, and slks.
Referenced by slk_attr_on().
|
extern |
|
extern |
Set soft function key attributes.
| attrs | attribute bit mask |
| rc | return status code |
Definition at line 154 of file slk.c.
References A_ATTRIBUTES, _softlabelkeys::attrs, ERR, NULL, OK, and slks.
|
extern |
Clear the soft function key labels from the screen.
| rc | return status code |
Definition at line 209 of file slk.c.
References _enter_slk(), _leave_slk(), ERR, NULL, OK, slks, stdscr, and wclrtoeol().
Referenced by slk_refresh().
|
extern |
Set soft label colour pair.
Definition at line 223 of file slk.c.
References A_ATTRIBUTES, COLORS, CPAIR_SHIFT, ERR, NULL, OK, and slks.
|
extern |
Initialise the soft function keys.
| fmt | format of keys |
| rc | return status code |
Definition at line 241 of file slk.c.
References A_DEFAULT, calloc(), COLS, ERR, fmt, LINES, MIN_SPACE_SIZE, OK, and slks.
|
extern |
|
extern |
References __nonnull.
|
extern |
Restore soft function key labels to the screen.
| rc | return status code |
Definition at line 307 of file slk.c.
References _enter_slk(), _leave_slk(), _print_label(), _wputch(), COLS, ERR, NOWRAP, NULL, OK, slks, and stdscr.
Referenced by slk_refresh().
|
extern |
|
extern |
Create a new sub-window.
| orig | parent window |
| nlines | window height |
| ncols | window width |
| begin_y | window y origin (absolute) |
| begin_x | window x origin (absolute) |
| ptr | return pointer to child window |
Definition at line 140 of file windows.c.
References newwin(), _curses_window::parent, and _curses_window::scr.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Referenced by ath5k_hw_eeprom_read(), ath5k_hw_set_ack_timeout(), ath5k_hw_set_cts_timeout(), ath5k_hw_set_power(), ath9k_hw_probe(), ath9k_hw_wait(), atl1e_reset_hw(), b44_wait_bit(), bflush(), create_pinger(), efi_null_usb_bulk_transfer(), efi_null_usb_control_transfer(), efi_null_usb_sync_interrupt_transfer(), efi_set_watchdog_timer_wrapper(), efi_usb_bulk_transfer(), efi_usb_control_transfer(), efi_usb_sync_interrupt_transfer(), efi_usb_sync_transfer(), FILE_SECBOOT(), flexboot_nodnic_complete_all_tx(), getchar_timeout(), getkey(), hfa384x_wait_for_event(), ifconf(), iflinkwait(), ifpoller_wait(), igbvf_reset_hw_vf(), imgacquire(), imgdownload(), imgdownload_string(), is_pmu_set(), linux_poll(), linux_slirp_pollfds_fill(), menu_loop(), monojob_wait(), net80211_rx_frag(), netdev_link_block(), peerblk_open(), ping(), prompt(), readline_history(), rhine_mii_autopoll(), rhine_mii_read(), rhine_mii_write(), rhine_reload_eeprom(), rhine_reset(), show_menu(), slirp_poll(), slirp_timer_mod(), smc_phy_configure(), start_timer(), start_timer_fixed(), sync(), velocity_autopoll_start(), velocity_autopoll_stop(), velocity_mii_read(), velocity_mii_write(), velocity_reload_eeprom(), and velocity_reset().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Print formatted output in a window.
| *win | subject window |
| *fmt | formatted string |
| varglist | argument list |
| rc | return status code |
Definition at line 62 of file print.c.
References _printw_handler(), printw_context::ctx, fmt, printf_context::handler, OK, vcprintf(), and printw_context::win.
Referenced by vwprintw(), and wprintw().
Add a single-byte character and rendition to a window and advance the cursor.
| *win | window to be rendered in |
| ch | character to be added at cursor |
| rc | return status code |
Definition at line 24 of file print.c.
References _wputch(), ch, OK, and WRAP.
Referenced by addch(), mvaddch(), and mvwaddch().
Add string of single-byte characters and renditions to a window.
| *win | window to be rendered in |
| *chstr | pointer to first chtype in "string" |
| n | max number of chars from chstr to render |
| rc | return status code |
Definition at line 21 of file print_nadv.c.
References _restore_curs_pos(), _store_curs_pos(), _wputchstr(), NOWRAP, and OK.
Referenced by addchnstr(), addchstr(), mvaddchnstr(), mvaddchstr(), mvwaddchnstr(), mvwaddchstr(), and waddchstr().
|
extern |
Add string of single-byte characters to a window.
| *win | window to be rendered in |
| *str | standard c-style string |
| n | max number of chars from string to render |
| rc | return status code |
Definition at line 37 of file print.c.
References _wputstr(), OK, and WRAP.
Referenced by addnstr(), addstr(), mvaddnstr(), mvaddstr(), mvwaddnstr(), mvwaddstr(), and waddstr().
|
extern |
Turn off attributes in a window.
| win | subject window |
| attrs | attributes to enable |
| rc | return status code |
Definition at line 29 of file winattrs.c.
References _curses_window::attrs, and OK.
Referenced by attroff(), and wattr_off().
|
extern |
Turn on attributes in a window.
| win | subject window |
| attrs | attributes to enable |
| rc | return status code |
Definition at line 41 of file winattrs.c.
References _curses_window::attrs, and OK.
Referenced by attron(), and wattr_on().
|
extern |
Set attributes in a window.
| win | subject window |
| attrs | attributes to enable |
| rc | return status code |
Definition at line 53 of file winattrs.c.
References A_COLOR, _curses_window::attrs, and OK.
Referenced by _enter_slk(), attrset(), bkgdset(), wattr_set(), wbkgdset(), wstandend(), and wstandout().
Referenced by attr_get().
Referenced by attr_off().
References __nonnull.
Referenced by attr_set().
|
extern |
Draw borders from single-byte characters and renditions around a window.
| *win | window to be bordered |
| ls | left side |
| rs | right side |
| ts | top |
| bs | bottom |
| tl | top left corner |
| tr | top right corner |
| bl | bottom left corner |
| br | bottom right corner |
| rc | return status code |
Definition at line 43 of file edging.c.
References _restore_curs_pos(), _store_curs_pos(), _wputch(), bl, _curses_window::curs_x, _curses_window::curs_y, _curses_window::height, NOWRAP, OK, _curses_window::width, wmove(), and WRAP.
|
extern |
Clear a window to the bottom from current cursor position.
| *win | subject window |
| rc | return status code |
Definition at line 20 of file clear.c.
References _restore_curs_pos(), _store_curs_pos(), _wputc(), _curses_window::curs_x, _curses_window::curs_y, OK, and WRAP.
Referenced by clrtobot(), and werase().
|
extern |
Clear a window to the end of the current line.
| *win | subject window |
| rc | return status code |
Definition at line 38 of file clear.c.
References _restore_curs_pos(), _store_curs_pos(), _wputc(), _curses_window::curs_y, OK, WRAP, and cursor_pos::y.
Referenced by clrtoeol(), slk_clear(), and wdeleteln().
|
extern |
|
extern |
Referenced by colour_set().
|
extern |
Delete character under the cursor in a window.
| *win | subject window |
| rc | return status code |
Definition at line 56 of file clear.c.
References _wcursback(), _wputc(), NOWRAP, and OK.
Referenced by delch(), mvdelch(), mvwdelch(), wgetch(), and wgetnstr().
|
extern |
Delete line under a window's cursor.
| *win | subject window |
| rc | return status code |
Definition at line 69 of file clear.c.
References _restore_curs_pos(), _store_curs_pos(), _curses_window::curs_y, OK, wclrtoeol(), and wmove().
Referenced by deleteln().
|
extern |
Completely clear a window.
| *win | subject window |
| rc | return status code |
Definition at line 87 of file clear.c.
References OK, wclrtobot(), and wmove().
|
extern |
Pop a character from the FIFO into a window.
| *win | window in which to echo input |
| c | char from input stream |
Definition at line 55 of file kb.c.
References _wcursback(), _wgetc(), _wputch(), _curses_window::attrs, beep(), KEY_BACKSPACE, KEY_LEFT, KEY_MIN, m_echo, wdelch(), and WRAP.
Referenced by getch(), mvgetch(), and mvwgetch().
|
extern |
Read at most n characters from the FIFO into a window.
| *win | window in which to echo input |
| *str | pointer to string in which to store result |
| n | maximum number of characters to read into string (inc. NUL) |
| rc | return status code |
Definition at line 88 of file kb.c.
References _wcursback(), _wgetc(), beep(), ERR, KEY_BACKSPACE, KEY_ENTER, KEY_LEFT, OK, and wdelch().
Referenced by getnstr(), getstr(), mvgetnstr(), mvgetstr(), mvwgetnstr(), mvwgetstr(), and wgetstr().
Create a horizontal line in a window.
| *win | subject window |
| ch | rendition and character |
| n | max number of chars (wide) to render |
| rc | return status code |
Definition at line 82 of file edging.c.
References _restore_curs_pos(), _store_curs_pos(), _wputch(), ch, _curses_window::curs_x, NOWRAP, OK, and _curses_window::width.
Referenced by hline(), mvhline(), and mvwhline().
|
extern |
Move a window's cursor to the specified position.
| *win | window to be operated on |
| y | Y position |
| x | X position |
| rc | return status code |
Definition at line 136 of file mucurses.c.
References _wupdcurs(), _curses_window::curs_x, _curses_window::curs_y, ERR, _curses_window::height, OK, _curses_window::width, x, and y.
Referenced by _enter_slk(), _restore_curs_pos(), delwin(), move(), mvaddch(), mvaddchnstr(), mvaddchstr(), mvaddnstr(), mvaddstr(), mvdelch(), mvgetch(), mvgetnstr(), mvgetstr(), mvhline(), mvvline(), mvwaddch(), mvwaddchnstr(), mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(), mvwgetch(), mvwgetnstr(), mvwgetstr(), mvwhline(), mvwvline(), wborder(), wdeleteln(), werase(), and wvline().
|
extern |
Print formatted output to a window.
| *win | subject window |
| *fmt | formatted string |
| ... | string arguments |
| rc | return status code |
Definition at line 79 of file print.c.
References fmt, va_end, va_start, vw_printw(), and printw_context::win.
|
extern |
References wsyncdown().
Referenced by wsyncdown().
|
extern |
References __nonnull, wtimeout(), and wvline().
Referenced by wtimeout().
Create a vertical line in a window.
| *win | subject window |
| ch | rendition and character |
| n | max number of chars (high) to render |
| rc | return status code |
Definition at line 102 of file edging.c.
References _restore_curs_pos(), _store_curs_pos(), _wputch(), ch, _curses_window::curs_y, _curses_window::height, NOWRAP, OK, wmove(), and cursor_pos::x.
Referenced by mvvline(), mvwvline(), vline(), and wtimeout().
|
inlinestatic |
|
inlinestatic |
Definition at line 493 of file curses.h.
References stdscr, and waddchnstr().
|
inlinestatic |
Definition at line 497 of file curses.h.
References stdscr, and waddchnstr().
|
inlinestatic |
Definition at line 501 of file curses.h.
References stdscr, and waddnstr().
|
inlinestatic |
|
inlinestatic |
Definition at line 509 of file curses.h.
References _curses_window::attrs, stdscr, and wattroff().
Referenced by draw_form(), draw_info_row(), draw_menu_item(), draw_setting_row(), draw_title_row(), and show_menu().
|
inlinestatic |
Definition at line 513 of file curses.h.
References _curses_window::attrs, stdscr, and wattron().
Referenced by draw_form(), draw_info_row(), draw_menu_item(), draw_setting_row(), draw_title_row(), and show_menu().
|
inlinestatic |
Definition at line 517 of file curses.h.
References _curses_window::attrs, stdscr, and wattrset().
Referenced by endwin().
|
inlinestatic |
Definition at line 521 of file curses.h.
References _curses_window::attrs, opts, stdscr, and wattr_get().
|
inlinestatic |
Definition at line 525 of file curses.h.
References _curses_window::attrs, opts, stdscr, and wattr_off().
|
inlinestatic |
Definition at line 529 of file curses.h.
References _curses_window::attrs, opts, stdscr, and wattr_on().
|
inlinestatic |
Definition at line 533 of file curses.h.
References _curses_window::attrs, opts, stdscr, and wattr_set().
|
inlinestatic |
|
inlinestatic |
Definition at line 541 of file curses.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 550 of file curses.h.
References stdscr, and wclrtobot().
|
inlinestatic |
Definition at line 554 of file curses.h.
References stdscr, and wclrtoeol().
Referenced by clearmsg(), and draw_menu_item().
|
inlinestatic |
Definition at line 558 of file curses.h.
References opts, stdscr, and wcolour_set().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 594 of file curses.h.
References stdscr, wmove(), x, and y.
Referenced by clearmsg(), draw_editbox(), draw_menu_item(), draw_setting_row(), form_loop(), initscr(), jump_scroll_move(), main_loop(), menu_loop(), and pxe_menu_draw_item().
|
inlinestatic |
|
inlinestatic |
Definition at line 603 of file curses.h.
References ERR, OK, stdscr, waddchnstr(), wmove(), x, and y.
|
inlinestatic |
|
inlinestatic |
Definition at line 613 of file curses.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 658 of file curses.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 719 of file curses.h.
References ERR, OK, slk_clear(), and slk_restore().
|
inlinestatic |
|
inlinestatic |
Definition at line 738 of file curses.h.
References fmt, and vw_printw().
Definition at line 742 of file curses.h.
References waddchnstr().
|
inlinestatic |
Definition at line 746 of file curses.h.
References waddnstr().
|
inlinestatic |
Definition at line 754 of file curses.h.
References wgetnstr().
|
inlinestatic |
|
inlinestatic |
|
extern |
Definition at line 21 of file mucurses.c.