#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "curses.h"
#include "termlib.h"
#include "video.h"
Go to the source code of this file.
Defines | |
#define | AUTOSELECT |
Functions | |
void | cmove (WINDOW *w, int y, int x) |
void | curpos (WINDOW *w, int *yp, int *xp) |
void | replace (WINDOW *w, int c) |
void | doscroll (int l, int r, int t, int b, int a, int at) |
int | inchar (void) |
int | incha (void) |
void | outc (WINDOW *w, int c, int attrib) |
SBUF * | savescr (int l, int r, int t, int b) |
SBUF * | restore (SBUF *b) |
void | freescr (SBUF *p) |
void | clr_region (int l, int r, int t, int b, int attrib) |
void | DisplayAttrib (int *nC, int *nR) |
int | init (void) |
int | is_direct (void) |
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 | ( | SBUF * | p | ) |
int incha | ( | void | ) |
int inchar | ( | void | ) |
int init | ( | void | ) |
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().
SBUF* savescr | ( | int | l, | |
int | r, | |||
int | t, | |||
int | b | |||
) | [read] |