#include "video.h"
#include "termlib.h"
Go to the source code of this file.
Defines | |
#define | fix_cur() |
Functions | |
void | dv_putc (int c, int attrib) |
void | dv_ctoyx (int y, int x) |
void | dv_getyx (int *rowp, int *colp) |
int | dv_incha (void) |
void | dv_outcha (int c) |
void | dv_replace (int c) |
void | dv_putcyx (int y, int x, int c, int a) |
Variables | |
static int | Row = 0 |
static int | Col = 0 |
#define fix_cur | ( | ) |
void dv_ctoyx | ( | int | y, | |
int | x | |||
) |
void dv_getyx | ( | int * | rowp, | |
int * | colp | |||
) |
int dv_incha | ( | void | ) |
void dv_outcha | ( | int | c | ) |
void dv_putc | ( | int | c, | |
int | attrib | |||
) |
void dv_putcyx | ( | int | y, | |
int | x, | |||
int | c, | |||
int | a | |||
) |
void dv_replace | ( | int | c | ) |
int Col = 0 [static] |
Definition at line 8 of file DV_PUTC.c.
Referenced by dv_ctoyx(), dv_getyx(), dv_incha(), dv_outcha(), dv_putc(), and dv_replace().
int Row = 0 [static] |
Definition at line 7 of file DV_PUTC.c.
Referenced by dv_ctoyx(), dv_getyx(), dv_incha(), dv_outcha(), dv_putc(), and dv_replace().