shithub: riscv

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

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