Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # Select whether you want to see the copyright
  2. # notice during startup.
  3. # Default is ‘on’, as you probably noticed.
  4. startup_message off
  5.  
  6. #change the hardstatus settings to give an window list at the bottom of the
  7. #screen, with the time and date and with the current window highlighted
  8. hardstatus alwayslastline
  9. hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
  10. hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
  11.  
  12. defscrollback 10240
  13.  
  14. termcapinfo xterm ti@:te@
  15.  
  16. chdir startup_message off vbell off caption always "%{= bb}%{+b w}%n %h %=%t %c" hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement