mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -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() {
|
__color() {
|
||||||
|
[ -z "$FOREGROUND" ] && FOREGROUND="w"
|
||||||
|
[ -z "$BACKGROUND" ] && BACKGROUND="k"
|
||||||
case "$BYOBU_BACKEND" in
|
case "$BYOBU_BACKEND" in
|
||||||
tmux)
|
tmux)
|
||||||
true
|
true
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
[ -z "$FOREGROUND" ] && FOREGROUND="w"
|
|
||||||
[ -z "$BACKGROUND" ] && BACKGROUND="k"
|
|
||||||
printf "\005{= $BACKGROUND$FOREGROUND}"
|
printf "\005{= $BACKGROUND$FOREGROUND}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue