Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
71deb745
Commit
71deb745
authored
Dec 14, 2015
by
moyamo
Browse files
Fix indentation
parent
d7797503
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/termsupport.zsh
View file @
71deb745
...
@@ -32,10 +32,10 @@ function title {
...
@@ -32,10 +32,10 @@ function title {
# Try to use terminfo to set the title
# Try to use terminfo to set the title
# If the feature is available set title
# If the feature is available set title
if
[[
-n
"
$terminfo
[fsl]"
]]
&&
[[
-n
"
$terminfo
[tsl]"
]]
;
then
if
[[
-n
"
$terminfo
[fsl]"
]]
&&
[[
-n
"
$terminfo
[tsl]"
]]
;
then
echoti tsl
echoti tsl
print
-Pn
"
$1
"
print
-Pn
"
$1
"
echoti fsl
echoti fsl
fi
fi
fi
fi
;;
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment