When I'm using screen, it's really frustrating to have the clock displayed at the bottom. It updates every minute so it looks like the terminal is doing something, but it really isn't. I created my .screenrc file a while back and now it looks like line noise. My experimentation didn't get me anywhere useful.
Here's my file:
startup_message off
caption always '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f %t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}'
vbell_msg "bell: window ~%"
allpartial off
autodetach on
defscrollback 32768
# Default screens
screen -t "shell"
Help would be appreciated!