Re: [CMake] Support for colored makefile output with tmux

2016-03-26 Thread Mike Lui
I'm referencing a problem similar to this: https://github.com/thestinger/termite/issues/207 https://github.com/google/googletest/issues/698 Ncurses 6.0 comes with a tmux and tmux-256color terminfo that allows things like italics to work when in tmux. On Sat, Mar 26, 2016 at 5:46 AM Dan Liew wro

Re: [CMake] Support for colored makefile output with tmux

2016-03-26 Thread Dan Liew
On 26 March 2016 at 09:30, Dan Liew wrote: > On 26 March 2016 at 01:15, Mike Lui wrote: >> When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I don't >> get colorized output of from cmake generated Makefiles. > > My TERM is set to "xterm-256color" and with that coloured output w

Re: [CMake] Support for colored makefile output with tmux

2016-03-26 Thread Dan Liew
On 26 March 2016 at 01:15, Mike Lui wrote: > When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I don't > get colorized output of from cmake generated Makefiles. My TERM is set to "xterm-256color" and with that coloured output when running ``make`` in Tmux works fine for me. I'

[CMake] Support for colored makefile output with tmux

2016-03-25 Thread Mike Lui
When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I don't get colorized output of from cmake generated Makefiles. Is this a known issue? On 4.4.5-1-ARCH w/ CMake 3.5.0 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.