Skip to content

Instantly share code, notes, and snippets.

@ScottBrooks
Created February 16, 2011 23:10
Show Gist options
  • Select an option

  • Save ScottBrooks/830499 to your computer and use it in GitHub Desktop.

Select an option

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

fnichol commented Feb 17, 2011

Copy link
Copy Markdown

So what does the termcapinfo (line 8) do?

@ScottBrooks

Copy link
Copy Markdown
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

fnichol commented Feb 17, 2011

Copy link
Copy Markdown

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