git: 9front

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

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