We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dbd2d commit d263251Copy full SHA for d263251
diff-so-fancy
@@ -26,7 +26,7 @@ strip_leading_symbols () {
26
}
27
28
print_horizontal_rule () {
29
- printf "%$(tput cols)s\n"|tr " " "─"
+ printf "%$(tput cols)s\n"|sed 's/ /─/g'
30
31
32
# run it.
0 commit comments