shithub: drawterm-fdroid

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

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