shithub: drawterm

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

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