shithub: drawterm

ref: 6519a0a6f21e7935c2db7ed75ed4afa9001f7b7c
dir: /include/cursor.h/

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