Skip to content

Instantly share code, notes, and snippets.

@ScottBrooks
Created February 16, 2011 23:10
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 ScottBrooks/830499 to your computer and use it in GitHub Desktop.
Save ScottBrooks/830499 to your computer and use it in GitHub Desktop.
My screenrc
vbell off
autodetach on
startup_message off
defscrollback 5000
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]'
termcapinfo xterm* ti@:te@
@fnichol
Copy link

fnichol commented Feb 17, 2011

So what does the termcapinfo (line 8) do?

@ScottBrooks
Copy link
Author

See the second section of
http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html

I'm guessing it's there from ages ago when I still used xterm

@fnichol
Copy link

fnichol commented Feb 17, 2011

Ah that makes sense. The crazy voodoo of termcap...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment