shithub: tlsclient

ref: 9a7efce5f114ba90987f12b441225b340d554ea6
dir: /include/cursor.h/

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