Sign in
plan9port
/
plan9
/
32c6e78c6c4c13b63d8dc30aa395cfcc6e686c0a
/
.
/
src
/
cmd
/
samterm
/
acid
blob: ecbec591b1640dc12fe5b7a391858b3a9d90f4c7 [
file
] [
log
] [
blame
]
rsc
a59ea66
2003-09-30 17:47:44 +0000
[
diff
] [
blame
]
1
include
(
"/sys/src/cmd/drawsamterm/syms"
);
2
3
defn x
(){
4
print
(
"font->cacheimage: "
,
font
->
cacheimage\X
,
"\n"
);
5
print
(
" display: "
,
font
->
cacheimage
.
display\X
,
"\n"
);
6
}