From: Simon Ruderich Date: Sun, 10 Mar 2013 20:37:11 +0000 (+0100) Subject: screenrc: Display window flags. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=2c94fd6f9cbb999e467863186a5030932fe8549a screenrc: Display window flags. This also displays "-" for the last active window which is very useful. --- diff --git a/screenrc.in b/screenrc.in index d36bce5..41b9022 100644 --- a/screenrc.in +++ b/screenrc.in @@ -42,6 +42,11 @@ ignorecase on # available. shell zsh +# Don't "login" windows (= add them to the utmp database) by default. Not +# useful for me and the "$" flag clutters the window flags (displayed with +# %Lw). +deflogin off + # TERMINAL @@ -82,7 +87,7 @@ setenv s "$s%t" # - window name caption always "$s" unsetenv s # Always display the status line with open windows and the hostname. -setenv s "$s%w" # - number and names of windows +setenv s "$s%Lw" # - number and names of windows, L displays window flags setenv s "$s%=" # - right align the following text setenv s "$s%l" # - load average setenv s "$s " # - space