git: 9front

ref: c5114a9407bc5233f30b51e2442af95594fb32fb
dir: /sys/src/cmd/unix/drawterm/include/cursor.h/

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