Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isDim
Method
isDim
src/server/web/public/terminal.js:3733–3735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3731
return
67108864 & this.bg;
3732
}
3733
isDim() {
3734
return
134217728 & this.bg;
3735
}
3736
isStrikethrough() {
3737
return
2147483648 & this.fg;
3738
}
Callers
4
createRow
Method · 0.80
_applyMinimumContrast
Method · 0.80
_getContrastCache
Method · 0.80
_drawToCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected