Created
November 13, 2024 18:23
-
-
Save stephenlb/779578c3fbb4cbad9d2eb2c6651d88a3 to your computer and use it in GitHub Desktop.
Terminal Setup GNU Screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startup_message off | |
vbell on | |
msgwait 1 | |
defscrollback 200000 | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ Stephen Blum ]%{g}[%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]' | |
caption string "%{W}%n%f %t%?(%u)%?%{r}" | |
rendition so =rb 04 | |
rendition so =00 | |
attrcolor b ".I" | |
termcapinfo xterm-256color ti@:te@ | |
defbce "on" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment