|
iPXE
|
MuCurses printing functions (no cursor advance) More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | waddchnstr (WINDOW *win, const chtype *chstr, int n) |
| Add string of single-byte characters and renditions to a window. More... | |
MuCurses printing functions (no cursor advance)
Definition in file print_nadv.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
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().
1.8.15