shithub: drawterm

ref: c0c120e2d18d6636e2c66ff640c17035817d2978
dir: /include/cursor.h/

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