git: 9front

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

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