From 34770f72fb2b80e7e0d260b8238b5603158723f1 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 91055d9..7ed2662 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -32,7 +32,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