shithub: riscv

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

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