aaronjanse / 3mux

Terminal multiplexer inspired by i3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No colors

alexherbo2 opened this issue · comments

Installation

nix-shell --packages autoreconfHook pkg-config cmake ncurses go libtsm --run '
  GOPATH= go get -u github.com/aaronjanse/3mux
'

same is the case with ubuntu 20.04, terminal is Alacrity and tilix.

I'm having trouble reproducing this, but I'm sure this bug exists.

Is there no color at all? As a base case, does the following have color inside and/or outside 3mux?

$ echo '\x1b[91mHello \x1b[93mworld!\x1b[m'

Thanks!

Fixed by #94! 🎉

It was an issue where 3mux recognized multiple styles (e.g. foreground & background) being set at once but accidentally ignore this. Thank you for the bug reports @alexherbo2 and @segmentationfaulter!