From 64242246d49d92533f020afff30323724404bbfe 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(-) (limited to 'doc/cli.sh') diff --git a/doc/cli.sh b/doc/cli.sh index 91a45c9..b2e2605 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -31,7 +31,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