home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol285 / graphics.doc < prev    next >
Encoding:
Text File  |  1986-12-22  |  2.0 KB  |  40 lines

  1.       Last revision: May 27, 1986 at 7:56
  2.  
  3. by: H.M. Van Tassell,  a NON-copyrighted public domain contribution!
  4.  
  5. When designing menus etc using BRIEF, I like to use the line graphics
  6. to draw lines and add special symbols the the screens. If you add the
  7. following line to your BRIEF EXTEND.M file near the top where there
  8. are several AUTOLOAD(...) statements, then recompile the whole startup
  9. macro >CM STARTUP and compile the GRAPHICS.M file also contained in
  10. this BRIEF_GR.ARC file you too will have the capacity to draw line
  11. graphics from BRIEF. Please be aware that I use a 5151 keyboard so this
  12. may not be all that handy on the standard keyboard, but should still
  13. be a nice feature.
  14.  
  15. So, add this next line near the top of the EXTENDED.M file:
  16.  
  17.         (autoload "graphics" "graphics" "slines" "dlines" "dslines"
  18.                   "sdlines" "numbers")
  19.  
  20.  
  21. The single and double line or other graphics are enabled on the keypad
  22. by pressing F10 and then answering the prompt as either SLINES, DLINES,
  23. DSLINES, SDLINES, or GRAPHICS. If NUMBERS is specified, the keypad is
  24. switched to the regular 0-9 numeric values and "." is the period/dot.
  25.  
  26.       SLINES key map:
  27.       7=┌  8=┬  9=┐   SLINES    DLINES    DSLINES   SDLINES   GRAPHICS  
  28.                       ┌──┬──┐   ╔══╦══╗   ╒══╤══╕   ╓──╥──╖   ░  ▒  ▓   
  29.       4=├  5=┼  9=┤   │  │  │   ║  ║  ║   │  │  │   ║  ║  ║                
  30.                       ├──┼──┤   ╠══╬══╣   ╞══╪══╡   ╟──╫──╢   █ ▌▐  ▄▀  
  31.       1=└  2=┴  3=┘   │  │  │   ║  ║  ║   │  │  │   ║  ║  ║             
  32.                       └──┴──┘   ╚══╩══╝   ╘══╧══╛   ╙──╨──╜   -  -  
  33.       8=│  .=─                                                   
  34.                                                                 ─┘
  35. Enjoy em...
  36.  
  37.                                                                        
  38.                                                                        
  39.  
  40.