summaryrefslogtreecommitdiff
path: root/sys/src/cmd/unix/drawterm/include/cursor.h
blob: f305d8a29b49e7aad0167e271e14b0fed73b2919 (plain)
1
2
3
4
5
6
struct	Cursor
{
	Point	offset;
	uchar	clr[2*16];
	uchar	set[2*16];
};