Guest User

Untitled

a guest
Apr 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. startup_message off
  2. autodetach on
  3.  
  4. # caption always "%?%{+b kw}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y"
  5. hardstatus alwayslastline
  6. hardstatus string '%{= kG}%-Lw%{= kW}%50> %n*%f %t%{= kG}%+Lw%< %{= kG}%-=%D %m/%d/%y | %C:%s %A | %1`%{-}'
  7.  
  8. # terminfo and termcap for nice 256 color terminal
  9. # allow bold colors - necessary for some reason
  10. attrcolor b ".I"
  11. # tell screen how to set colors. AB = background, AF=foreground
  12. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
  13. # erase background with current bg color
  14. defbce "on"
  15.  
  16. # start screen with:
  17. # name number command
  18. # screen -t IRC 0 irssi
Add Comment
Please, Sign In to add comment