mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
profiles/common: fix active window highlight, make it reverse+underline
This commit is contained in:
parent
03a2478ba9
commit
8a5bd87d77
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Wed, 23 Dec 2009 14:01:55 -0600
|
||||
|
|
|
@ -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`'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue