Skip to content

Commit

Permalink
Left justify the window list in .screen.no-x.
Browse files Browse the repository at this point in the history
  • Loading branch information
filterfish committed Jun 24, 2013
1 parent 1114c2c commit 2082a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .screenrc.no-x
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ startup_message off
backtick 1 1 1 sh -c "[ $(cat /etc/timezone) != 'Etc/UTC' ] && date -u '+%H:%M '"

hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%1`%{B}(%c) %{g}]'
hardstatus string '%{= kG}[ %{G}%H %{g}][%- %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%1`%{B}(%c) %{g}]'

defc1 off
defutf8 on
Expand Down
3 changes: 0 additions & 3 deletions .screenrc.x
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ backtick 1 1 1 sh -c "[ $(cat /etc/timezone) != 'Etc/UTC' ] && date -u '+%H:%M '
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%- %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%1`%{B}(%c) %{g}]'

# hardstatus string '%{= kg}[ %{G}%H %{g}][%-w%{= m}%n %t%{-}%+w %-= ][%{B} %d/%m %{W}%1`%{B}(%c) %{g}]'


defc1 off
defutf8 on

Expand Down

0 comments on commit 2082a02

Please sign in to comment.