shithub: tlsclient

ref: 27c85c0da4eff0e69d9482544cf217686b762d9c
dir: /include/cursor.h/

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