shithub: drawterm

ref: 1125f094ce2a6854ef568b8c62602ce07c6a2935
dir: /include/cursor.h/

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