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
e8ef1657
Commit
e8ef1657
authored
Apr 26, 2010
by
canthiswait
Committed by
Robby Russell
May 06, 2010
Browse files
escape sequences so rprompt doesn't mess up
parent
02bd8ab5
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/spectrum.zsh
View file @
e8ef1657
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
typeset
-Ag
FX FG BG
typeset
-Ag
FX FG BG
FX
=(
FX
=(
reset
"[00m"
reset
"
%{
[00m
%}
"
bold
"[01m"
no-bold
"[22m"
bold
"
%{
[01m
%}
"
no-bold
"
%{
[22m
%}
"
italic
"[03m"
no-italic
"[23m"
italic
"
%{
[03m
%}
"
no-italic
"
%{
[23m
%}
"
underline
"[04m"
no-underline
"[24m"
underline
"
%{
[04m
%}
"
no-underline
"
%{
[24m
%}
"
blink
"[05m"
no-blink
"[25m"
blink
"
%{
[05m
%}
"
no-blink
"
%{
[25m
%}
"
reverse
"[07m"
no-reverse
"[27m"
reverse
"
%{
[07m
%}
"
no-reverse
"
%{
[27m
%}
"
)
)
for
color
in
{
000..255
}
;
do
for
color
in
{
000..255
}
;
do
FG[
$color
]=
"[38;5;
${
color
}
m"
FG[
$color
]=
"
%{
[38;5;
${
color
}
m
%}
"
BG[
$color
]=
"[48;5;
${
color
}
m"
BG[
$color
]=
"
%{
[48;5;
${
color
}
m
%}
"
done
done
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