home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug056.arc / DISPLAY.DOC < prev    next >
Text File  |  1979-12-31  |  2KB  |  69 lines

  1.                      Display, Ver.1.0
  2.  
  3.                           as of
  4.  
  5.                      October 30, 1980
  6.  
  7.  
  8.  DISPLAY.COM  allows  displaying  an ASCII file on  a  24  line 
  9. terminal,  with  commands similar to Digital Research's  ED.COM 
  10. (but without any of the editing facilities).
  11.  
  12.  
  13.                      Using DISPLAY.COM
  14.  
  15.  
  16.  For  example:  DISPLAY  FILENAME.TXT<cr>   ,will  envoke   the 
  17. display   program   and   load  the  entire   secondary   entry 
  18. (FILENAME.TXT) into memory, for subsequent display of the first 
  19. 23 lines of that file. Various commands can then be issued from 
  20. the terminal keyboard which will manipulate the display of  the 
  21. file.
  22.  
  23.  The  commands shown below with a preceding "n" indicates  that 
  24. an  optional unsigned integer value can be specified to  envoke 
  25. "n" iterations of the command.  When a command is preceded by a 
  26. "-"  sign,  the  command  will cause display of the file  in  a 
  27. direction  towards  the start of  the  file.  Unsigned  integer 
  28. values  are  assumed  to be positive  values  (i.e.,  "+")  and 
  29. therefore  "+" need not be specified. Also, the buffer  pointer 
  30. will stop display at the top or bottom of the file if too large 
  31. a value of "n" is specified.
  32.  
  33. Command:  Operation performed:
  34. =======   ===================
  35.  
  36. B         Move pointer to beginning of file and display page.
  37.  
  38. -nP       Move pointer minus n pages and display page.
  39.  
  40. nP        Move pointer plus n pages and display page.
  41.  
  42. 0P        Move pointer to beginning of buffer and display page.
  43.  
  44. -nL       Move pointer minus n lines and display page.
  45.  
  46. nL        Move pointer plus n lines and display page.
  47.  
  48. nD        Discard n pages, refill buffer and display the
  49.           current page.
  50.  
  51. 0D        Discard all data up to the current pointer, refill
  52.           buffer and display the first page. 
  53.  
  54. E         Exit DISPLAY and return to CP/M.
  55.  
  56. ^C        Control-C, exit DISPLAY and return to CP/M.
  57.  
  58. <cr>      Carriage return, move pointer to next page and
  59.           display
  60.  
  61. --------------------------------------------------------------
  62.  
  63.  
  64.                     Best regards,
  65.  
  66.                     Kelly Smith, MP/M-Net (tm) Sysop
  67.                     805-527-9321 (Modem, 300 Baud)
  68.  
  69.