screenrc - v1.5 - see Versions section for details
screen_profile (heron) - v0.1 - see Versions section for details
| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: .screen_profile |
| 2 | 2 |
# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com> |
| 3 |
-# Version: 0.0 |
|
| 3 |
+# Version: 0.1 |
|
| 4 | 4 |
# Created in: 2014-09-30 |
| 5 |
-# Modified in: |
|
| 5 |
+# Modified in: 2015-05-27 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -19,6 +19,7 @@ |
| 19 | 19 |
# Versions # |
| 20 | 20 |
#==========# |
| 21 | 21 |
|
| 22 |
+# v0.1 - 2015-05-27: modification of qrsh tab due to .bash_profile update |
|
| 22 | 23 |
# v0.0 - 2014-09-30: creation |
| 23 | 24 |
|
| 24 | 25 |
|
| ... | ... |
@@ -29,6 +30,6 @@ |
| 29 | 30 |
|
| 30 | 31 |
# Start screen with specific tabs |
| 31 | 32 |
screen -t bash |
| 32 |
-screen -t qrsh 5 bash --login -ic "qrsh" |
|
| 33 |
+screen -t qrsh 5 bash --login -ic "pqrsh" |
|
| 33 | 34 |
|
| 34 | 35 |
select 0 |
| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
# Title: .screenrc |
| 2 | 2 |
# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com> |
| 3 |
-# Version: 1.4 |
|
| 3 |
+# Version: 1.5 |
|
| 4 | 4 |
# Created in: 2014-08-11 |
| 5 |
-# Modified in: 2015-03-01 |
|
| 5 |
+# Modified in: 2015-05-27 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| ... | ... |
@@ -10,6 +10,7 @@ |
| 10 | 10 |
# Versions # |
| 11 | 11 |
#==========# |
| 12 | 12 |
|
| 13 |
+# v1.5 - 2015-05-27: modification of caption bar because of bad support of accentuated characters |
|
| 13 | 14 |
# 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 |
| 14 | 15 |
# v1.3 - 2014-09-30: new key binding for moving between screens when in intricate screen session |
| 15 | 16 |
# v1.2 - 2014-09-02: correction of a minor bug on key binding for renaming |
| ... | ... |
@@ -52,7 +53,8 @@ altscreen on |
| 52 | 53 |
defscrollback 10000 |
| 53 | 54 |
|
| 54 | 55 |
# Caption bar |
| 55 |
-caption always "%{kw}%3n %t%? @%u%?%? [%h]%?"
|
|
| 56 |
+#caption always "%{kw}%3n %t%? @%u%?%? [%h]%?"
|
|
| 57 |
+caption always "%{kw}%3n %t%? @%u%?%?"
|
|
| 56 | 58 |
|
| 57 | 59 |
# Hardstatus bar |
| 58 | 60 |
hardstatus on |