Browse code

screenrc - v1.4 - Improve scrollback

Fred authored on01/03/2015 00:24:11
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: .screenrc
2 2
 # Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
-# Version: 1.3
3
+# Version: 1.4
4 4
 # Created in: 2014-08-11
5
-# Modified in: 2014-09-30
5
+# Modified in: 2015-03-01
6 6
 
7 7
 
8 8
 
... ...
@@ -10,6 +10,7 @@
10 10
 # Versions #
11 11
 #==========#
12 12
 
13
+# v1.4 - 2015-03-01: scrollback value increased / date field modified in hardstatus due to size problem in month short name between French and English
13 14
 # v1.3 - 2014-09-30: new key binding for moving between screens when in intricate screen session
14 15
 # v1.2 - 2014-09-02: correction of a minor bug on key binding for renaming
15 16
 # v1.1 - 2014-08-21: clean up / reading of .screen_profile added
... ...
@@ -48,14 +49,14 @@ vbell off
48 49
 altscreen on
49 50
 
50 51
 # Define a bigger scrollback, default is 100 lines
51
-defscrollback 1024
52
+defscrollback 10000
52 53
 
53 54
 # Caption bar
54 55
 caption always "%{kw}%3n %t%? @%u%?%? [%h]%?"
55 56
 
56 57
 # Hardstatus bar
57 58
 hardstatus on
58
-hardstatus alwayslastline "%{= G}[ %{G}%H %{G}][%L=%{w}%=%-Lw%50L>%{wk}%n*%f%t%{dw}%+Lw %=%-20=%{G}][%{B} %d %M %y %{W}%c %{G}]"
59
+hardstatus alwayslastline "%{= G}[ %{G}%H %{G}][%L=%{w}%=%-Lw%50L>%{wk}%n*%f%t%{dw}%+Lw %=%-21=%{G}][%{B} %Y-%m-%d %{W}%c %{G}]"
59 60
 
60 61
 
61 62