shithub: drawterm-fdroid

ref: 7768cd9a6ec11b04eb2ff6336018cd22fa79f5ea
dir: /include/cursor.h/

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