shithub: drawterm

ref: 24964a29696f5463e947e6c6716e4f5327c2b50d
dir: /include/cursor.h/

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