diff --git a/procs/6dd0fe8001145bec4a12d0e22da711c4970d000b b/procs/6dd0fe8001145bec4a12d0e22da711c4970d000b index 7e29a96..23f469f 100644 --- a/procs/6dd0fe8001145bec4a12d0e22da711c4970d000b +++ b/procs/6dd0fe8001145bec4a12d0e22da711c4970d000b @@ -1 +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} +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 \x03,[color_of [lindex $args 2]]} {append ret \x03,[color_of [lindex $args 1]]}}; return $ret}