Left stray comment
This commit is contained in:
parent
b91a583ed1
commit
3e375dd04e
1
fetch.sh
1
fetch.sh
|
@ -536,7 +536,6 @@ clear
|
||||||
[ $underline == "on" ] && uline=$(printf %"${#title}"s |tr " " "$underline_char")
|
[ $underline == "on" ] && uline=$(printf %"${#title}"s |tr " " "$underline_char")
|
||||||
|
|
||||||
# Disable line wrap
|
# Disable line wrap
|
||||||
# Checks to see if we're in a tmux/screen session.
|
|
||||||
[ $linewrap == "off" ] && printf '\e[?7l'
|
[ $linewrap == "off" ] && printf '\e[?7l'
|
||||||
|
|
||||||
# Print the title and underline
|
# Print the title and underline
|
||||||
|
|
Reference in New Issue