Go to the source code of this file.
Functions | |
void | box (struct _window_ *win, int vert, int horiz) |
void | delwin (struct _window_ *win) |
int | init (int how) |
void | curpos (WINDOW *w, int *yp, int *xp) |
struct SBUF * | savescr (int l, int r, int t, int b) |
struct SBUF * | restore (struct SBUF *b) |
void | freescr (struct SBUF *p) |
void | outc (WINDOW *w, int c, int attrib) |
void | replace (WINDOW *w, int c) |
void | cmove (WINDOW *w, int y, int x) |
int | inchar (void) |
int | incha (void) |
void | doscroll (int l, int r, int t, int b, int a, int at) |
void | clr_region (int l, int r, int t, int b, int attrib) |
int | is_direct (void) |
struct _window_ * | hidewin (struct _window_ *win) |
void | endwin (void) |
void | initscr (void) |
int | mvwin (struct _window_ *win, int y, int x) |
struct _window_ * | showwin (struct _window_ *win) |
void | waddstr (struct _window_ *win, char *str) |
void | wclrtoeol (struct _window_ *win) |
void | werase (struct _window_ *win) |
int | winch (struct _window_ *win) |
void | save (WINDOW *) |
void | nosave (WINDOW *) |
void | boxed (WINDOW *w) |
void | unboxed (WINDOW *w) |
void | def_ground (WINDOW *w, int f, int b) |
struct _window_ * | newwin (int lines, int cols, int begin_y, int begin_x, void *IO, int attrib, int nBoxed) |
void | echo (WINDOW *w) |
void | noecho (WINDOW *w) |
void | nl (WINDOW *w) |
void | nonl (WINDOW *w) |
void | crmode (WINDOW *w) |
void | nocrmode (WINDOW *w) |
unsigned char * | getbuf (struct _window_ *win, unsigned char *buf) |
int | wgetch (struct _window_ *win) |
int | waddch (struct _window_ *win, int c) |
void | wmove (struct _window_ *win, int y, int x) |
void | wputc (int c, void *win) |
int | wprintw (struct _window_ *win, char *fmt,...) |
int | printw (char *fmt,...) |
int | wscroll (struct _window_ *win, int amt) |
void | DisplayAttrib (int *nC, int *nR) |
void clr_region | ( | int | l, | |
int | r, | |||
int | t, | |||
int | b, | |||
int | attrib | |||
) |
Definition at line 84 of file GLUE.c.
References dv_clr_region().
Referenced by wclrtoeol(), and werase().
void cmove | ( | WINDOW * | w, | |
int | y, | |||
int | x | |||
) |
void curpos | ( | WINDOW * | w, | |
int * | yp, | |||
int * | xp | |||
) |
Definition at line 28 of file GLUE.c.
References _window_::dvCol, and _window_::dvRow.
Referenced by winch().
void DisplayAttrib | ( | int * | nC, | |
int * | nR | |||
) |
void doscroll | ( | int | l, | |
int | r, | |||
int | t, | |||
int | b, | |||
int | a, | |||
int | at | |||
) |
void freescr | ( | struct SBUF * | p | ) |
unsigned char* getbuf | ( | struct _window_ * | win, | |
unsigned char * | buf | |||
) |
Definition at line 4 of file HIDEWIN.c.
References freescr(), _window_::hidden, _window_::image, restore(), and savescr().
Referenced by mvwin().
int incha | ( | void | ) |
int inchar | ( | void | ) |
int init | ( | int | how | ) |
void outc | ( | WINDOW * | w, | |
int | c, | |||
int | attrib | |||
) |
Definition at line 54 of file GLUE.c.
References dv_scroll_line(), _window_::dvCol, _window_::dvRow, NORMAL, NUMCOLS, NUMROWS, and SCREEN.
Referenced by waddch().
void replace | ( | WINDOW * | w, | |
int | c | |||
) |
Definition at line 34 of file GLUE.c.
References _window_::dvCol, _window_::dvRow, and SCREEN.
Referenced by waddch().
struct SBUF* savescr | ( | int | l, | |
int | r, | |||
int | t, | |||
int | b | |||
) | [read] |
Definition at line 4 of file SHOWWIN.c.
References cmove(), _window_::col, freescr(), _window_::hidden, _window_::image, restore(), _window_::row, savescr(), _window_::x_org, and _window_::y_org.
Referenced by mvwin().
void wputc | ( | int | c, | |
void * | win | |||
) |