git: 9front

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

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