Guest User

Untitled

a guest
Apr 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # detach on hangup
  2. autodetach on
  3.  
  4. # # don't display the copyright page
  5. startup_message off
  6.  
  7. hardstatus alwayslastline
  8. hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]'
  9.  
  10. # terminfo and termcap for nice 256 color terminal
  11. # allow bold colors - necessary for some reason
  12. attrcolor b ".I"
  13. # tell screen how to set colors. AB = background, AF=foreground
  14. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
  15. # erase background with current bg color
  16. defbce "on"
  17.  
  18. # Default screens
  19. #screen -t vim 0
  20. #screen -t server 2 ssh me@myserver
Add Comment
Please, Sign In to add comment