shithub: drawterm-fdroid

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

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