Commits
Click on a commit to change the comparison rangepr: ignore empty line after form feed char
Fix a bug in `pr` where a newline character (`\n`) immediately following
a form feed character (`\f`) was incorrectly rendered as an extra blank
line in the output. After this commit, the newline is correctly ignored.