annotate .screenrc @ 103:a21fd4a29ff8

display screen windows in the caption
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 11 Nov 2016 02:45:17 +0100
parents f320edc311f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
97
f320edc311f0 add a universally useable screenrc
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 escape ^bb
103
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
2
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
3 vbell on
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
4 defscrollback 10000
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
5 shell -$SHELL
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
6
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
7 # Display the list of active windows, the active one is highlighted. Date and
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
8 # clock on the far right side of the terminal.
a21fd4a29ff8 display screen windows in the caption
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 97
diff changeset
9 caption always " %-Lw%{= KW}%50>%n%f* %t%{-}%+Lw%< %-21=%{=kw}%D %d.%m.%Y %0c"