home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / zcat / bishow32.lbr / BISHOW32.NZT / BISHOW32.NOT
Text File  |  1991-01-30  |  2KB  |  50 lines

  1. BISHOW32 notes:
  2.  
  3.     The feature added for version 3.2 of BISHOW is a printer toggle
  4. using ^P (just like CP/M).  You can send the currently displayed screen
  5. to the printer using the new "A" command.  You can also use the ^L and
  6. ^F commands to send line feeds and form feeds to your printer to seperate
  7. the printed excerpts.  The ^L, ^F, and A commands only operate when the
  8. printer is toggled on.
  9.  
  10.     The messages for print toggling and sending line and form feeds
  11. are erased before the next command is executed so there are no extra
  12. lines in the console display.  None of the console messages are sent to
  13. the printer.
  14.  
  15.     If you only want to print a few lines, be careful about posi-
  16. tioning in the file because the commands to back up one line will print
  17. the entire screen to the printer starting one line back from the current
  18. screen starting line.  The way to print a few lines is to make sure they
  19. are just below the current lowest screen line using the forward and back
  20. scrolling before toggling the printer.
  21.  
  22.     Otherwise the program is about the same as version 3.01.  I com-
  23. mented out the ^H, ^L, and ^F commands from the last version.  The ^H and
  24. ^L controlled horizontal "scrolling" which I didn't need and I wanted the
  25. ^L for the LF to printer.  The ^F is being used to send the FF.  If you
  26. need the left and right features they can be restored with a little
  27. juggling of command letters in the .ASM file.  Don't forget the HELP
  28. messages if you change anything.
  29.  
  30.     The program gives a list of options when called with no command
  31. line parameters and shows a very brief help message when an undefined
  32. key or a "?" is pressed during operation.  The version in this library
  33. is assembled with all the options.  It is set up for an 80x24 screen
  34. which clears with an 'ESC *' sequence and will show squeezed files and
  35. files in .LBR files.  The program will show you a list of files in a .LBR
  36. file from the command line.  For example  A>BISHOW32 BISHOW32.LBR<CR>
  37. will give:
  38.  
  39.  
  40.     Library file, containing:
  41.  
  42.     BISHOW32.AQM | BISHOW32.COM | BISHOW32.NQT |
  43.     A>
  44.  
  45.  
  46.     Kenji Nakadegawa   August 1986
  47.     OAKLAND, CA    FOG system #33
  48.     (415) 655-1206    300/1200 baud
  49.  
  50.