cli-table2
cli-table2 copied to clipboard
Colors not showing up in iTerm
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?