[comp.sys.amiga] fix for a LESS 1.3 guru

leivian@dover.sps.mot.com (Bob Leivian) (06/28/89)

  I have found a bug that causes a guru if you are in Less but think
you are in DME and hit the up or down arrow a bunch of times.

   It is caused by the program writing a "invalid command" msg to the CLI
window at the same time as writing to the Less window. (OS folks might
want to find out why that happens).  It can be fixed by editing the
file "command.c" at the end and deleting the 'putc' and changing the
'puts' to a 'putstr' for the error message (if you have the source).

   I will be relaesing a more complete solution and other bug fixes soon
but this is a work around for now.

  Also the GOMF location #78 interaction is still not found, I need to get
a copy of 3.0 because I can't make it happen with older revs

  -- Bob Leivian