Guest User

Untitled

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # terminfo and termcap for nice 256 color terminal
  2. # allow bold colors - necessary for some reason
  3. attrcolor b ".I"
  4. # tell screen how to set colors. AB = background, AF=foreground
  5. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
Add Comment
Please, Sign In to add comment