shithub: drawterm-fdroid

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

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