shithub: drawterm

ref: 69161a85c9a2ba11aeee2d2cfe151b12248597a0
dir: /include/cursor.h/

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