drawterm/include/cursor.h

7 lines
70 B
C

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