home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZCAT / MENU40.LBR / MENU40.DOC < prev   
Text File  |  2000-06-30  |  1KB  |  35 lines

  1.  
  2.   Program:  MENU
  3.   Version:  4.0
  4.   Date:     29 January 1986
  5.  
  6.  
  7.   Revised: Joe Wright on 29 January 1986
  8.   Previous version 3.9 by Al Dunsmuir
  9.  
  10.   Changes:    - Changed LPRINT: to expand tabs correctly.
  11.  
  12.         - Added SSPD and LSPD macros to treat the stack pointer.
  13.  
  14.         - Banner is only displayed the first time MENU is invoked
  15.           from the command line, not if as a SHELL.
  16.  
  17.         - Shortened the command line prompt in QUIET mode.
  18.  
  19.   Functional Changes:
  20.  
  21.         - After MENU#n text is painted, we will look for the
  22.           DEFAULT command entry.  This command line, if found, will
  23.           be executed immediately and control passed to LOOP:
  24.           when MENU is re-entered.  The default command indicator
  25.           is defined by the DEFCMD equate (currently '@').  This
  26.           allows painting a partial screen with menu text and the
  27.           default command to paint the rest (DIR-type commands?).
  28.  
  29.         - The command option letter may be be separated from the
  30.           command itself by spaces or tabs for better readability.
  31.  
  32.         - The command line prompt is changed to reflect the
  33.           default DU:DIR> in case the menu or the user has changed it.
  34.  
  35.