git: drawterm

ref: 9105c90fb16697a333ce1ca83a0b3d615fcb7a10
dir: /include/cursor.h/

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