plan9port/include/cursor.h
2003-09-30 17:47:41 +00:00

7 lines
100 B
C

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