shithub: drawterm

ref: 68e61c65494f36f4b35981914016276c62e2c574
dir: /include/cursor.h/

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