git: drawterm

ref: 84e8cf60c41dbf69ba446f00cb744198cdc7b833
dir: /include/cursor.h/

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