6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
|
# 256 Color
|
||
|
term screen-256color
|
||
|
terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
|
||
|
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground
|
||
|
|