shithub: riscv

ref: 651d6c2bc68e7e5224c3ba41b094e37b1c1890ed
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];
};