git: 9front

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

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