Skip to content
  • deuce's avatar
    cb4f5970
    Fix wrapping of lines longer than the wrap width. Do no break them to start · cb4f5970
    deuce authored
    their own line, instead, just break them at the end of the line and continue.
    
    Also, fix a bug where the intended "check next character" test was actually
    checking the last characer.
    
    Finally, use a common slightly wrong word-length calculating function rather
    than custom-rolled mildly wrong stuff in-line.
    cb4f5970
    Fix wrapping of lines longer than the wrap width. Do no break them to start
    deuce authored
    their own line, instead, just break them at the end of the line and continue.
    
    Also, fix a bug where the intended "check next character" test was actually
    checking the last characer.
    
    Finally, use a common slightly wrong word-length calculating function rather
    than custom-rolled mildly wrong stuff in-line.
Loading