Fix missing title
This commit is contained in:
parent
49e7673f0d
commit
456c706f1d
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)
|
||||||
|
|
Reference in New Issue