Go to the source code of this file.
Defines | |
| #define | WRAP 0 |
| #define | NOWRAP 1 |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| void | _wputch (WINDOW *win, chtype ch, int wrap) __nonnull |
| void | _wputc (WINDOW *win, char c, int wrap) __nonnull |
| void | _wputchstr (WINDOW *win, const chtype *chstr, int wrap, int n) __nonnull |
| void | _wputstr (WINDOW *win, const char *str, int wrap, int n) __nonnull |
| void | _wcursback (WINDOW *win) __nonnull |
Variables | |
| SCREEN | _ansi_screen |
Definition in file mucurses.h.
| #define WRAP 0 |
Definition at line 12 of file mucurses.h.
Referenced by _printw_handler(), _wgetc(), _wputch(), delwin(), waddch(), waddnstr(), wborder(), wclrtobot(), wclrtoeol(), and wgetch().
| #define NOWRAP 1 |
Definition at line 13 of file mucurses.h.
Referenced by _print_label(), slk_restore(), waddchnstr(), wborder(), wdelch(), whline(), and wvline().
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
| void _wputc | ( | WINDOW * | win, | |
| char | c, | |||
| int | wrap | |||
| ) |
| void _wputstr | ( | WINDOW * | win, | |
| const char * | str, | |||
| int | wrap, | |||
| int | n | |||
| ) |
| void _wcursback | ( | WINDOW * | win | ) |
Definition at line 67 of file ansi_screen.c.
1.5.7.1