Last active
October 8, 2016 01:05
-
-
Save oleksii-zavrazhnyi/2ec106eff51f9f81e108 to your computer and use it in GitHub Desktop.
.screenrc
This file contains hidden or 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
termcapinfo xterm ti@:te@ | |
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # Tell screen how to set colors. AB = background, AF=foreground | |
hardstatus alwayslastline | |
hardstatus string '%{= w}%-w[ %{= g}%n %t%{-} ]%+w%=%{=b r}%H%{-} %{= Y}%l%{-} %{=b m}%d.%m.%Y %c:%s%{-}' | |
nethack on | |
scrollback 20000 | |
defscrollback 20000 | |
altscreen on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment