shithub: drawterm-fdroid

ref: bdf96eb67a4c53ce623c72d1eef835aa86958dc9
dir: /include/cursor.h/

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