shithub: riscv

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

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