shithub: drawterm

ref: 76af4ec0e6d869e8ccc2757904375daf6470bd92
dir: /include/cursor.h/

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