shithub: drawterm-fdroid

ref: 2da0defac8147c4a9e34ecea5d122471c3e6db0b
dir: /include/cursor.h/

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