git: 9front

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

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