home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / EDITORES / VEDT.ZIP / DISPLAY.VDM < prev    next >
Encoding:
Text File  |  1990-01-09  |  505 b   |  12 lines

  1. YWB(h) 2            !Create help window
  2. YWS(h)                !Switch to help window
  3. YYE                !Let <ESC> perform [VISUAL EXIT]
  4. 112YEA YEC            !Make into reverse video window
  5. @YT/  Press <Pg Dn>, <Pg Up>, <Cursor Up> or <Cursor Down> to view file
  6.         Press <ESC> to return to DOS/    !Display message
  7. 22099YYE            !Force <ESC> to perform [VISUAL ESCAPE]
  8. @RI(y)/EQAY/            !Place Exit/Quit command in register Y
  9. +RA(y)                !Execute reg Y if user presses <ESC>
  10. V                !Let user display file
  11. EQAY                !Exit/Quit if user presses <CTRL-E>
  12.