shithub: drawterm-fdroid

ref: 823eea4c3d7da44cd4b2a27aa53cc16c7c67680b
dir: /include/cursor.h/

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