tmux에서 256 색상 모드를 수동으로 설정해야 하는 이유는 무엇입니까? 2024-7-9 • terminal colors tmux 방금 기계에 로그인했는데 tmux 내부에서 색상이 변경된 것을 깨달았습니다. TERM=xterm-256color및 tput colors⇒ 256 tmux가 TERM=screen및 tput colors⇒ 8 로 전환되는 것처럼 보입니다 . 명시적으로 설정 set -g default-terminal "screen-256color" 도움이 되지만 .tmux.conf애초에 왜 변경되었는지 알고 싶습니다. 관련 정보