git: 9front

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

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