Initial import.

This commit is contained in:
rsc 2003-09-30 17:47:44 +00:00
parent b822e0d803
commit a59ea66fa9
5 changed files with 1548 additions and 0 deletions

6
src/cmd/samterm/acid Normal file
View file

@ -0,0 +1,6 @@
include("/sys/src/cmd/drawsamterm/syms");
defn x(){
print("font->cacheimage: ", font->cacheimage\X, "\n");
print(" display: ", font->cacheimage.display\X, "\n");
}