git: 9front

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

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