K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-09-26T07:14:54.076497Z K 7 svn:log V 224 vt: use proper return value check with TUNABLE_INT_FETCH The TUNABLE_INT_FETCH is macro around getenv_int() and we will get return value 0 or 1 for failure or success, we can use it to decide which background color to use. END