git: 9front

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

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