#include "global.h"
#include "htcurses.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>
#include <dpmi.h>
#include <go32.h>
#include <pc.h>
Go to the source code of this file.
Functions | |
void | put_vc (unsigned short *dest, char ch, int vc) |
|
Definition at line 33 of file djgpp-x/htcurses.cc. References vc, VC_GET_BASECOLOR, VC_GET_LIGHT, VC_TRANSPARENT, VCP_BACKGROUND, and VCP_FOREGROUND. |