Rev 7836 | Rev 12398 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7836 | Rev 7899 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | tmp=!item 1 of $tmp |
9 | tmp=!item 1 of $tmp |
10 | pr_sccolor=$pr_sccolor,$tmp |
10 | pr_sccolor=$pr_sccolor,$tmp |
11 | !next ttt |
11 | !next ttt |
12 | pr_sccolor=!item 2 to -1 of $pr_sccolor |
12 | pr_sccolor=!item 2 to -1 of $pr_sccolor |
13 | pr_actcolor=$empty |
13 | pr_actcolor=$empty |
14 |
|
14 | actcolor=#000,#CCF,#9CF,#99F,#66F,#FFF |
15 | !for ttt=1 to |
15 | !for ttt=1 to 6 |
16 | tmp=!word 1 of $(pr_actcolor$ttt) |
16 | tmp=!word 1 of $(pr_actcolor$ttt) |
17 | tmp=!item 1 of $tmp |
17 | tmp=!item 1 of $tmp |
18 | !default tmp=$(actcolor[$ttt]) |
18 | !default tmp=$(actcolor[$ttt]) |
19 | pr_actcolor=!append item $tmp to $pr_actcolor |
19 | pr_actcolor=!append item $tmp to $pr_actcolor |
20 | !next ttt |
20 | !next ttt |