diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-24 14:52:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-24 14:52:30 +0200 |
commit | 249dfaf5f843af440972a41952ff0a3b73c1614f (patch) | |
tree | ef811aeaac757093568a8d19ec860e66a5a95da5 /doc/cli.sh | |
parent | 78a9643e4b73e2a70359d570430e917d9f3ce2ca (diff) |
Improve fallback tree output with ·
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ function xhtml_to_ps () # <from> <to> [<html2ps-options>] local to="$1" shift - sed -e 's/├/|/g' -e 's/│/|/g' -e 's/─/-/g' -e 's/└/`/g' "$from" | \ + sed -e 's/├/|/g' -e 's/│/|/g' -e 's/─/-/g' -e 's/└/\xb7/g' "$from" | \ html2ps "${@}" -o "$to" } |