git: 9front

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

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