git: 9front

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

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