Evaluated proc color args {if ![llength $args] {return };if {[lindex $args 0] eq "default"} {return };set ret [color_of [lindex $args 0]]; if {[llength $args] > 1} {if {[lindex $args 1] eq "on"} {append ret ,[color_of [lindex $args 2]]} {append ret \x03,[color_of [lindex $args 1]]}}; return $ret}
This commit is contained in:
parent
9d35cd48a6
commit
933de77c3d
1
procs/6dd0fe8001145bec4a12d0e22da711c4970d000b
Normal file
1
procs/6dd0fe8001145bec4a12d0e22da711c4970d000b
Normal file
@ -0,0 +1 @@
|
||||
args {if ![llength $args] {return };if {[lindex $args 0] eq "default"} {return };set ret [color_of [lindex $args 0]]; if {[llength $args] > 1} {if {[lindex $args 1] eq "on"} {append ret ,[color_of [lindex $args 2]]} {append ret \x03,[color_of [lindex $args 1]]}}; return $ret}
|
@ -11,6 +11,7 @@ _lex_fridman_reading_inner 9c10d20ef25f4c3fb4c51b91640338fd3629cddf
|
||||
_n_r_r 61d461e02e7bcef8ea98f079a322145ce65e0754
|
||||
alex_fridman_reading bcdfd11e8c234b51147cb33c5b5ece3cf5e21758
|
||||
char 71fafc4e2fc1e47e234762a96b80512b6b5534c2
|
||||
color 6dd0fe8001145bec4a12d0e22da711c4970d000b
|
||||
et a5bc1d9b2ae74e7a8a249659c13b14f5c2eac13f
|
||||
fart' f82f87b4bb1f1de348aea420ff40c4697f8cc41f
|
||||
gay 2871591e64f027a23fadafaa00305a8bd3484292
|
||||
|
Loading…
x
Reference in New Issue
Block a user