shithub: drawterm

ref: 94161e0468b38fd44affe58bf000825161df1eb7
dir: /include/cursor.h/

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