shithub: drawterm-fdroid

ref: 8fab9847269b8f7930642b0ef42bce24a2eabbe9
dir: /include/cursor.h/

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