shithub: drawterm-fdroid

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

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