git: 9front

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

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