shithub: riscv

ref: f7e1fc7c2f427e0a3b1d75bf4cbb5eae0e0f3d68
dir: /sys/include/cursor.h/

View raw version
#pragma src "/sys/src/libdraw"

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