mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
8 lines
100 B
C
8 lines
100 B
C
|
typedef struct Cursor Cursor;
|
||
|
struct Cursor
|
||
|
{
|
||
|
Point offset;
|
||
|
uchar clr[2*16];
|
||
|
uchar set[2*16];
|
||
|
};
|