git: 9front

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

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