Fix missing title
This commit is contained in:
parent
49e7673f0d
commit
456c706f1d
1 changed files with 5 additions and 1 deletions
6
fetch
6
fetch
|
@ -1794,7 +1794,11 @@ info () {
|
||||||
string="${bold}${title_color}${output}"
|
string="${bold}${title_color}${output}"
|
||||||
string="${string/@/${at_color}@${title_color}}"
|
string="${string/@/${at_color}@${title_color}}"
|
||||||
length=${#output}
|
length=${#output}
|
||||||
[ "$stdout_title" == "off" ] && string=""
|
|
||||||
|
# Hide the title in stdout mode
|
||||||
|
[ "$stdout" == "on" ] && \
|
||||||
|
[ "$stdout_title" == "off" ] &&\
|
||||||
|
string=""
|
||||||
;;
|
;;
|
||||||
|
|
||||||
underline)
|
underline)
|
||||||
|
|
Loading…
Reference in a new issue