bind q remove
# Set current window title.
bind t title
+# Show or hide the hardstatus line.
+bind h hardstatus alwayslastline
+bind H hardstatus alwaysignore
#bind h focus top
#bind l focus bottom
termcapinfo xterm* 'ts=\E]0;:fs=\007:ds=\E]0;\007'
# Allow PgUp/PgDn to work correctly.
termcapinfo * 'ti@:te@'
+# Force hardstatus off so we can have the line on the screen and toggle it.
+termcapinfo * 'hs@'
# Support 256 colours with background clear erase.
term screen-256color-bce
# Turn on background clear erase.