Guest User

Untitled

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