code: drawterm

ref: 023a0ce70099b0cc01c0956377def3238a6a947a
dir: /include/cursor.h/

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