Skip to content

Instantly share code, notes, and snippets.

@MMMarcy
Created June 21, 2017 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MMMarcy/33909d7b466d0d34fa44651490f68eae to your computer and use it in GitHub Desktop.
Save MMMarcy/33909d7b466d0d34fa44651490f68eae to your computer and use it in GitHub Desktop.
attrcolor b ".I" # allow bold colors - necessary for some reason
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground
defbce on # use current bg color for erased chars
term screen-256color
term xterm-256color
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment