shithub: riscv

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

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