git: 9front

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

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