mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 05:23:20 -07:00
add missing trailing whitespace
This commit is contained in:
parent
ad32052231
commit
9b42ffb922
2 changed files with 10 additions and 3 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,4 +1,11 @@
|
||||||
byobu (6.3) jammy; urgency=medium
|
byobu (6.4) unreleased; urgency=medium
|
||||||
|
|
||||||
|
* usr/lib/byobu/packages:
|
||||||
|
- add missing trailing whitespace
|
||||||
|
|
||||||
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 04 Jan 2024 13:31:36 -0600
|
||||||
|
|
||||||
|
byobu (6.3) released; urgency=medium
|
||||||
|
|
||||||
* usr/bin/byobu-janitor.in, usr/share/byobu/status/status:
|
* usr/bin/byobu-janitor.in, usr/share/byobu/status/status:
|
||||||
- within Wolfi, default to our 2nd status line
|
- within Wolfi, default to our 2nd status line
|
||||||
|
@ -7,7 +14,7 @@ byobu (6.3) jammy; urgency=medium
|
||||||
* usr/share/byobu/profiles/bashrc:
|
* usr/share/byobu/profiles/bashrc:
|
||||||
- support ash for colorized prompt
|
- support ash for colorized prompt
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 02 Jan 2024 19:22:05 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 02 Jan 2024 19:23:28 -0600
|
||||||
|
|
||||||
byobu (6.2) released; urgency=medium
|
byobu (6.2) released; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ __packages() {
|
||||||
packages=$((packages+count))
|
packages=$((packages+count))
|
||||||
fi
|
fi
|
||||||
[ -n "$packages" ] || return
|
[ -n "$packages" ] || return
|
||||||
color w y; printf "[%s]" "$count"; color -;
|
color w y; printf "[%s]" "$count"; color --;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue