git: 9front

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

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