shithub: drawterm-fdroid

ref: 0fbac08cd028f95c5f5e99e3f3dfd27a2f2858ab
dir: /include/cursor.h/

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