Hacker News new | ask | show | jobs
by tyingq 3732 days ago
A couple of potential fixes:

  # Force tmux to assume the terminal supports 256 colors
  tmux -2 

  # if /usr/share/terminfo/x/xterm-256color exists
  export TERM='xterm-256color'
  # otherwise
  export TERM='xterm-color'