git: 9front

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

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