code: drawterm

ref: 37ef30916cf30b47f92cf8f815caa23424263a5a
dir: /include/cursor.h/

View raw version
struct	Cursor
{
	Point	offset;
	uchar	clr[2*16];
	uchar	set[2*16];
};