shithub: tlsclient

ref: 3163e5253240db5a98d05b8392704dd8c99fc196
dir: /include/cursor.h/

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