Menu

AFTER ADVANCING too many lines

Tom Lake
2023-07-05
2023-07-06
  • Tom Lake

    Tom Lake - 2023-07-05

    On IBM OS or DOS (not the PC version!) AFTER ADVANCING 1 LINE puts the next line directly below the previous line. In GNU with IBM compatibility, AFTER ADVANCING 1 LINE actually advances two lines, leaving a blank line between lines.

    IBM:
    DOE, JANE   4/1/1979    345-12-1234
    DOE, JOHN   7/5/1999    743-22-9081
    DOER, SAM   6/6/1966    123-456-789
    
    GNU:
    DOE, JANE   4/1/1979    345-12-1234
    
    DOE, JOHN   7/5/1999    743-22-9081
    
    DOER, SAM   6/6/1966    123-456-789
    
     
  • Anonymous

    Anonymous - 2023-07-06

    MF had the same issue.
    Before advancing worked as it should. After advancing was flawed.

    I have an EXTFH fix for it if need be - assuming Gnu EXTFH is compatible with MF EXTFH.

    Ralph

     

Anonymous
Anonymous

Add attachments
Cancel