git: 9front

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

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