[comp.os.minix] mined v1.3 does function

hall@nosc.NOSC.MIL (Robert R. Hall) (06/25/88)

If you find the Mined editor version 1.3 commands
numeric + (search forward), numeric - (search bachward),
numeric 5 (display file status), PgUp, PgDn commands do not function.

Then recompile you forgot to define i8088
This was my problem and to get mined v1.3 to working, I now use

    cc -T. -Di8088 -o mined mined?.c
    
				       Robert R. Hall
				       hall@nosc.mil