git: 9front

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

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