git: 9front

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

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