From 57406847d24a38e3a7a7100e07acbb30c216043a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 7 Jan 2009 17:28:52 -0600 Subject: [PATCH] fix tab mangling, Bug #309882 --- profiles/ubuntu.screenrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/ubuntu.screenrc b/profiles/ubuntu.screenrc index 9fcf8f71..4122fdb9 100644 --- a/profiles/ubuntu.screenrc +++ b/profiles/ubuntu.screenrc @@ -21,5 +21,6 @@ source /usr/share/screen-profiles/profiles/common -caption always '%{= Wk}%{= Wk}%?%-Lw%?%{= yk}%n %t%{= Wk} %?%+Lw%?%?%= %{= Wk}' -hardstatus string '%{= wk} %{+b r}\%{= y}o%{=b Y}/%{+b wk} %100` %{= Wk}|%= |%{+B bW}%102`%{= Wk}|%{+b rW}%101`%{= Wk}|%{g}%104`%{+b gW}%103`%{= Wk}|%{= wk}%Y-%m-%d %c:%s' +caption always "%{kW}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%?" + +hardstatus string '%{Wk} %{= Wk}%{+b r}\%{= Wy}o%{=b WY}/%{+b Wk} %100` %{= Wk}|%= |%{+B bW}%102`%{= Wk}|%{+b rW}%101`%{= Wk}|%{k}%104`%{+b gW}%103`%{= Wk}|%{= Wk}%Y-%m-%d %c:%s'