Ho il seguente nel mio file .screenrc
hardstatus string '%{= kw}[%{r} %d/%m/%Y %C %A %{w}] [%= %{= kw}%-Lw%{= kW}%{r}%n:%t%?%?%{= kw}%?%+Lw%?%?%= ] [ %{r}%l%{w} ]%{w}%{w}'
e la barra di stato appare come
[ 30/12/2010 8:24 PM ] [ 0$ bash 1-$ bash 2:bash ] [ 0.00 0.03 0.04 ]
Lo voglio invece così:
[ 30/12/2010 8:24 PM ] [ 0:bash 1:bash 2:bash ] [ 0.00 0.03 0.04 ]