annotate .screenrc @ 178:51710c7c26c2

jdk 13 is superseeded by jdk 14, use the generic jdk 11 link
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 21 Jul 2020 09:15:13 +0200
parents a21fd4a29ff8
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"