* usr/bin/byobu-select-profile:

- point straight to the right section
This commit is contained in:
Dustin Kirkland 2013-11-06 09:18:20 -06:00
commit e4710be7a0
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ byobu (5.63) unreleased; urgency=low
- ensure status icons are customizable by end users - ensure status icons are customizable by end users
* usr/share/byobu/profiles/bashrc: * usr/share/byobu/profiles/bashrc:
- Ubuntu themed grep colors, from Nick Moffit - Ubuntu themed grep colors, from Nick Moffit
* usr/bin/byobu-select-profile:
- point straight to the right section
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500

View file

@ -185,7 +185,7 @@ setcolor_screen() {
} }
get_contrast() { get_contrast() {
# See section 2.2: http://www.w3.org/TR/AERT # See section 2.2: http://www.w3.org/TR/AERT#color-contrast
local awk="awk" local awk="awk"
if $BYOBU_TEST gawk >/dev/null 2>&1; then if $BYOBU_TEST gawk >/dev/null 2>&1; then
awk="gawk" awk="gawk"