shithub: drawterm

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

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