Sign in
plan9port
/
plan9
/
cd7ddc9b5f34da33a2eb0ea761681c2330284e69
/
.
/
include
/
cursor.h
blob: 105cd0eff35c958b0902dcb709204b40d9e85bc8 [
file
]
typedef
struct
Cursor
Cursor
;
struct
Cursor
{
Point
offset
;
uchar clr
[
2
*
16
];
uchar
set
[
2
*
16
];
};