diff --git a/debian/changelog b/debian/changelog index dca9c1db..098047fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ byobu (2.43-0ubuntu1) lucid; urgency=low colors, LP: #500669 * bin/logo, profiles/common: must undo each color change on logo printing like all other status items, fix hardstatus line for "default color" - * profiles/common: fix active window highlight, make it reverse+bold + * profiles/common: fix active window highlight, make it reverse+underline for all color combinations -- Dustin Kirkland Wed, 23 Dec 2009 14:01:55 -0600 diff --git a/profiles/common b/profiles/common index da276943..9eba43e6 100644 --- a/profiles/common +++ b/profiles/common @@ -94,7 +94,7 @@ setenv SSH_AUTH_SOCK /var/run/screen/S-$USER/byobu.ssh-agent source $HOME/.byobu/keybindings # Window tabs, second to last line -caption always "%12`%?%-Lw%50L>%?%{=r}%{=b}%n*%f %t%?(%u)%?%{-}%12`%?%+Lw%?%11` %=%12`%110`%109`%122`%111`%10`%<" +caption always "%12`%?%-Lw%50L>%?%{=r}%{+u}%n*%f %t%?(%u)%?%{-}%12`%?%+Lw%?%11` %=%12`%110`%109`%122`%111`%10`%<" # Status string, last line hardstatus string '%99`%{-}%{=r}%12` %100`%112`%= %130`%102`%101`%129`%127`%114`%115`%108`%128`%125`%126`%113`%119`%117`%116`%106`%104`%103`%105`%107`%123`%120`%121`'