home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3util / shvar13.fix < prev    next >
Encoding:
Text File  |  1993-06-07  |  640 b   |  13 lines

  1. Less than a day after I released SHVAR13, Carson Wilson pointed out
  2. that it still contains a minor bug.  This bug shows up when you are
  3. listing the contents of the shell variable file.  The first variable
  4. displayed after a screen pause has its first character missing!
  5.  
  6. On investigation, it turned out that the program is backing up one
  7. position too far when erasing the [More] prompt and this apparently
  8. confuses some terminals.  The fix is very simple:  Just change the
  9. byte at 2c6 from 07 to 06.  This tells the program to send one less
  10. backspace/space/backspace sequence.
  11.  
  12.             Howard Goldstein -- 08/24/89
  13.