Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draw: use \D'l'-style lines when no character is specified #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 14, 2024

  1. draw: use \D'l'-style lines when no character is specified

    When no character is specified, neatroff draws a line using veritcal
    and horizontal bars. This can be problematic in some cases (fonts used,
    little gap that looks odd in print, etc.).
    
    It is reasonable to assume that when a line is to be printed, it should
    simply be a line.
    
    This is the same behavior as that of groff. Moreover, it is coherent
    with line functions (setlinewidth, setlinejoin, and setlinecap, available
    via \X and neatpost).
    Eolien55 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    178a74d View commit details
    Browse the repository at this point in the history