git: 9front

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

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