shithub: drawterm

ref: 8391a9e364622cb7d85e128b427fb96c75e18265
dir: /include/cursor.h/

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