shithub: drawterm

ref: a85fefcc920f837ce3a8e0010cfd09cf0b3523ce
dir: /include/cursor.h/

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