From dc3d7c5fa4062cac36d718766504c87696a3de41 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 14:52:30 +0200 Subject: Improve fallback tree output with · --- doc/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cli.sh b/doc/cli.sh index ed1bb10..41b4719 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -69,7 +69,7 @@ function xhtml_to_ps () # [] 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" } -- cgit v1.1