code: drawterm

ref: 74af129a2094d40e5b3a94c1116cf83cee84b928
dir: /include/cursor.h/

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