dotfiles/screenrc

17 lines
318 B
Plaintext
Raw Normal View History

2020-09-14 22:07:31 +00:00
# Use bash
shell /bin/bash
autodetach on
2021-03-27 10:51:52 +00:00
defutf8 on
defmonitor off
2020-09-14 22:07:31 +00:00
# Big scrollback
defscrollback 5000
# No annoying startup message
startup_message off
# Display the status line at the bottom
hardstatus on
hardstatus alwayslastline
2024-03-30 14:56:34 +00:00
hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c"