mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
minor organization change
This commit is contained in:
parent
58fd9a1660
commit
ad5560e1a4
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@ __color_detail() {
|
|||
}
|
||||
|
||||
__color() {
|
||||
[ -z "$FOREGROUND" ] && FOREGROUND="w"
|
||||
[ -z "$BACKGROUND" ] && BACKGROUND="k"
|
||||
case "$BYOBU_BACKEND" in
|
||||
tmux)
|
||||
true
|
||||
;;
|
||||
*)
|
||||
[ -z "$FOREGROUND" ] && FOREGROUND="w"
|
||||
[ -z "$BACKGROUND" ] && BACKGROUND="k"
|
||||
printf "\005{= $BACKGROUND$FOREGROUND}"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue