git: 9front

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

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