256 색의 GNU 화면 사용
최근에 내가 ssh 한 컴퓨터에 GNU 화면을 설치했습니다. GNU 화면에서 256 색을 사용하려면 어떻게해야합니까? 지금까지, 나는 내에 다음을 추가하려고했습니다 .screenrc. term screen-256color 과 attrcolor b ".I" # allow bold colors - necessary for some reason termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground defbce …