git: 9front

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

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