shithub: drawterm-fdroid

ref: 3a32c0713dc419c1c7fafc56cbf3d83af832a391
dir: /include/cursor.h/

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