GNU screen その5
■ このスレッドは過去ログ倉庫に格納されています
0808名無しさん@お腹いっぱい。
2008/11/16(日) 13:22:21.screenrcに
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# erase background with current bg color
defbce "on"
って書くだけで256表示できた
■ このスレッドは過去ログ倉庫に格納されています