Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
Added screenrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbirsaini committed Nov 4, 2013
1 parent 7d67f75 commit dff9408
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
.*.sw*
*.pyc
.screenrc
instructions.txt
test.*
changelog
12 changes: 12 additions & 0 deletions .screenrc
@@ -0,0 +1,12 @@
termcapinfo xterm|xterms|xs|rxvt ti@:te@
defscrollback 5000
vbell off
autodetach on
startup_message off
altscreen on
caption always
caption string "%{kg}%-w%{wb}|%n %t|%{-}%+w"

screen -t code 0
screen -t console 1
screen -t server 2

0 comments on commit dff9408

Please sign in to comment.