git: 9front

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

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