git: drawterm

ref: 4e32a9fa6e58c1474f747a99083303c4a2f14ea7
dir: /include/cursor.h/

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