shithub: drawterm-fdroid

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

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