aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 45 forks source link

No colors #75

Closed alexherbo2 closed 4 years ago

alexherbo2 commented 4 years ago

Installation

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

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

aaronjanse commented 4 years ago

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!

aaronjanse commented 4 years ago

Fixed by #94! :tada:

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!