shithub: drawterm-fdroid

ref: 333472c8c87c11eefb62cb1d5eab4472e5a8d2a9
dir: /include/cursor.h/

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