shithub: drawterm-fdroid

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

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