diff --git a/debian/changelog b/debian/changelog index 7cca24f8..e4b8baf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ byobu (5.63) unreleased; urgency=low - ensure status icons are customizable by end users * usr/share/byobu/profiles/bashrc: - Ubuntu themed grep colors, from Nick Moffit + * usr/bin/byobu-select-profile: + - point straight to the right section -- Dustin Kirkland Fri, 01 Nov 2013 15:27:51 -0500 diff --git a/usr/bin/byobu-select-profile b/usr/bin/byobu-select-profile index 07a5ea1d..45bb4b1f 100755 --- a/usr/bin/byobu-select-profile +++ b/usr/bin/byobu-select-profile @@ -185,7 +185,7 @@ setcolor_screen() { } 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" if $BYOBU_TEST gawk >/dev/null 2>&1; then awk="gawk"