git: 9front

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

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