index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
unix
/
drawterm
/
include
/
cursor.h
blob: f305d8a29b49e7aad0167e271e14b0fed73b2919 (
plain
)
1
2
3
4
5
6
struct
Cursor
{
Point
offset
;
uchar
clr
[
2
*
16
];
uchar
set
[
2
*
16
];
};