git: 9front

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

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