You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
There seems to be no support for colors, when running nchat inside of tmux.
Im not sure if its a config error on my end, however, other apps (htop) or angular cli seem to have no trouble with color output. How to reproduce it:
run nchat in tmux Environment:
Version: 3.67
OS / distro: macOS 14.0
The text was updated successfully, but these errors were encountered:
Hi @snckrz - I'm not sure, but I believe it might be an incompatibility between ncurses and tmux.
As a temporary workaround, perhaps you can try setting the TERM you have outside tmux, i.e. if outside tmux you run echo $TERM and it returns xterm-256color, then when running nchat you can try run it like this:
TERM=xterm-256color nchat
From some quick googling, it is not the right way to do so, but I think it may do as a temporary workaround.
d99kris
changed the title
No colors inside of tmux
Colors not shown in tmux
Nov 13, 2023
Description:
There seems to be no support for colors, when running nchat inside of tmux.
Im not sure if its a config error on my end, however, other apps (htop) or angular cli seem to have no trouble with color output.
How to reproduce it:
run nchat in tmux
Environment:
The text was updated successfully, but these errors were encountered: