Hi,

line 556 in colo-ini.lua:


local function definelabcolor(name,str,global,freeze) -- still inconsistent color vs transparent
    local settings = settings_to_hash_strict(str)
    if settings then
        local s
        local a = settings.a
        local t = settings.t
        local l = settings.l
        if l then
            ...
        else
            local x = settings.x
-           local y = settings.z
+           local y = settings.y
            local z = settings.z
            ...
        end
        ...
    end
    colorset[name] = true-- maybe we can store more
end


Wolfgang

_______________________________________________
dev-context mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to