shithub: riscv

ref: 1e31b342cd913bb702bd12debd8e0d44bf1d221c
dir: /sys/src/cmd/unix/drawterm/include/cursor.h/

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