Skip to content
  • rtoy's avatar
    o COMPUTE-TAB-SIZE was off by one (I think) in deciding if the cursor · 66f7e65c
    rtoy authored
      was at or beyond colnum.
    o COMPUTE-TAB-SIZE was crashing if colinc was zero, instead of
      returning 0.
    o PPRINT-TABULAR was passing the specified tabsize to PPRINT-TAB.  I
      think it should be incremented by one to specify the correct colinc
      for PPRINT-TAB.
    
    These fixes correct some of the errors found by ANSI-TESTS.
    66f7e65c