14 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # vim: syntax=screen
 | |
| 
 | |
| hardstatus on
 | |
| hardstatus alwayslastline
 | |
| hardstatus string "%{= r}[ %{G}%H%{= r} ] %= %{=b b}%-w%{=rb db}%>%n %t%{-}%+w %=%{= r} [ %{G}%c %{M}%D %m-%d %{r}]"
 | |
| 
 | |
| startup_message off
 | |
| 
 | |
| defscrollback 10240
 | |
| 
 | |
| bind f eval "caption splitonly" "hardstatus ignore"
 | |
| bind F eval "caption always" "hardstatus alwayslastline"
 | |
| 
 | |
| defbce "on"
 |