xref: /plan9/sys/src/cmd/unix/drawterm/include/cursor.h (revision 58da3067adcdccaaa043d0bfde28ba83b7ced07d)
1 struct	Cursor
2 {
3 	Point	offset;
4 	uchar	clr[2*16];
5 	uchar	set[2*16];
6 };
7