You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
My table cell headers show up in color in Terminal, but not in iTerm (OS X).
process.env.TERM returns 'xterm-256color' on both.
Everything else in iTerm shows up in color no problem.
/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(process.env.TERM)
returns true (I see that is the test performed in colors.js.Any ideas?
The text was updated successfully, but these errors were encountered: