shithub: drawterm-fdroid

ref: 07eda1b895f1fd4f4cea3f56deb76e16b0e02c3d
dir: /include/cursor.h/

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