shithub: riscv

ref: 4ebf90dff07e3ada0cc4e26efbb0064542c0d4c9
dir: /sys/src/cmd/unix/drawterm/include/cursor.h/

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