<div style="white-space:pre-wrap">I'm referencing a problem similar to this:<br><br><a href="https://github.com/thestinger/termite/issues/207">https://github.com/thestinger/termite/issues/207</a><br><a href="https://github.com/google/googletest/issues/698">https://github.com/google/googletest/issues/698</a><br><br>Ncurses 6.0 comes with a tmux and tmux-256color terminfo that allows things like italics to work when in tmux.</div><br><div class="gmail_quote"><div dir="ltr">On Sat, Mar 26, 2016 at 5:46 AM Dan Liew <<a href="mailto:dan@su-root.co.uk">dan@su-root.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 26 March 2016 at 09:30, Dan Liew <<a href="mailto:dan@su-root.co.uk" target="_blank">dan@su-root.co.uk</a>> wrote:<br>
> On 26 March 2016 at 01:15, Mike Lui <<a href="mailto:mdl45@drexel.edu" target="_blank">mdl45@drexel.edu</a>> wrote:<br>
>> When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I don't<br>
>> get colorized output of from cmake generated Makefiles.<br>
><br>
> My TERM is set to "xterm-256color" and with that coloured output when<br>
> running ``make`` in Tmux works fine for me.<br>
><br>
> I'm using tmux 2.1-2, in gnome-terminal 3.18.3 on Arch Linux with CMake 3.5.0<br>
<br>
Just to note coloured output in makefiles seems to be implemented<br>
using an undocumented cmake command<br>
<br>
``cmake -E cmake_echo_color --cyan hello world``<br>
<br>
If you look at [1] you can see the supported switches for different colours.<br>
<br>
[1] <a href="https://github.com/Kitware/CMake/blob/bd15330da1edaf4a662335ff53648074fdc30e2b/Source/cmcmd.cxx#L1176" rel="noreferrer" target="_blank">https://github.com/Kitware/CMake/blob/bd15330da1edaf4a662335ff53648074fdc30e2b/Source/cmcmd.cxx#L1176</a><br>
</blockquote></div>