plan9port/include/cursor.h

8 lines
100 B
C
Raw Normal View History

2003-09-30 17:47:41 +00:00
typedef struct Cursor Cursor;
struct Cursor
{
Point offset;
uchar clr[2*16];
uchar set[2*16];
};