mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu-select-profile:
- point straight to the right section
This commit is contained in:
parent
b0a481a7e7
commit
e4710be7a0
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue