shithub: drawterm

ref: ffc8608e723c0e5958e90b178cc2e275c7f8a4ab
dir: /include/cursor.h/

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