| File information: | |
| File name: | LookAt.mesa_Oct77.pdf [preview LookAt.mesa Oct77] |
| Size: | 41 kB |
| Extension: | |
| Mfg: | xerox |
| Model: | LookAt.mesa Oct77 🔎 |
| Original: | LookAt.mesa Oct77 🔎 |
| Descr: | xerox mesa 3.0_1977 listing LookAt.mesa_Oct77.pdf |
| Group: | Electronics > Other |
| Uploaded: | 17-03-2020 |
| User: | Anonymous |
| Multipart: | No multipart |
| Information about the files in archive: | ||
| Decompress result: | OK | |
| Extracted files: | 1 | |
File name LookAt.mesa_Oct77.pdf LookAt.mesa 25-0CT-77 15:22:25 Page 1 -- file LookAt.Mesa edited by Sandman, September 30, 1977 1:19 PM DIRECTORY ImageDefs: FROM "imagedefs", IODefs: FROM "iodefs", KeyDefs: FROM "keydefs", RectangleDefs: FROM "rectangledefs", WindowDefs: FROM "Windowdefs". WManagerDefs: FROM "WManagerDefs": LookAt: PROGRAM IMPORTS RectangleDefs, 10Defs. WindowDefs, WManagerDefs BEGIN OPEN RectangleDefs: s: STRING ~ [100]: displayhead: DCBptr = LOOPHOLE [420B]: topmargin: CARDINAL ~ 4: leftmargin: CARDINAL ~ 1: npages: CARDINAL ~ 108: width: CARDINAL ~ 36: dmap: BMHandle: dcbptr: DCBptr: dwindow: WindowDefs.WindowHandle ~ WindowDefs.GetCurrentDisplayWindow[]: dmap ~ GetDefaultBitmap[]: dcbptr ~ displayhead.next: dcbptr.height ~ topmargin: dmap.yO ~ topmargin * 2; dmap.indenting ~ leftmargin; dmap.xO ~ leftmargin * 16; ReallocateBitmap[dmap. npages. width]; RectangleDefs.GrowRectangle[dwindow.rectangle. dmap.width. 100]; WindowDefs.RepaintDisplayWindows[dmap]; START WManagerDefs.WManControl; IODefs.WriteLine["Alto/Mesa Viewer"]; DO OPEN IODefs; ENABLE Rubout =) EXIT; ReadLine[s]: WriteChar[CR]; ENDLOOP; ImageDefs.StopMesa[]: END. | ||

| Date | User | Rating | Comment |