shithub: drawterm

ref: 5fa52aac92946e20c974954f9790c45749ed8d59
dir: /include/cursor.h/

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