# HG changeset patch # User Tomas Zeman # Date 1513286146 -3600 # Node ID 12e5a6900efd5e1654796bc2f979752cb4d7b42e # Parent b5f5b3ba8cb024904be1745ae7887554215a2bd2 .screenrc: screen name, start from 1 diff -r b5f5b3ba8cb0 -r 12e5a6900efd config/.screenrc --- a/config/.screenrc Wed Oct 11 21:48:26 2017 +0200 +++ b/config/.screenrc Thu Dec 14 22:15:46 2017 +0100 @@ -4,6 +4,10 @@ defscrollback 2000 hardstatus alwayslastline startup_message off -hardstatus string '%{= gK}%-Lw%{= KW}%50>%n%f* %t%{= gK}%+Lw%< %{= kG}%-=%H %l %Y-%m-%d %c:%s%{-}' +hardstatus string '%S %{= gK}%-Lw%{= KW}%50>%n%f* %t%{= gK}%+Lw%< %{= kG}%-=%H %l %Y-%m-%d %c:%s%{-}' bind ^x bind x +bind c screen 1 +bind ^c screen 1 +bind 0 select 10 +screen 1