mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* byobu-janitor: add fix for the collapsed disk* and network* status
items Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
47d0dc88e0
commit
77d3dffc31
2 changed files with 5 additions and 1 deletions
|
@ -63,6 +63,8 @@ fi
|
|||
# underscores such that we can source the file as a shell snippet;
|
||||
# fix existing status configuration.
|
||||
sed -i "s/-/_/g" "$HOME/.$PKG/status"
|
||||
sed -i "s/^disk.*=/disk=/" "$HOME/.$PKG/status"
|
||||
sed -i "s/^network.*=/network=/" "$HOME/.$PKG/status"
|
||||
|
||||
# Clean up flag
|
||||
rm -f "$FLAG"
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -23,11 +23,13 @@ byobu (2.13) unreleased; urgency=low
|
|||
reload is required; flag this in the postinst, after upgrading byobu
|
||||
* byobu-config: add note about ctrl-a-R to reload profile, flag the
|
||||
reload-required file when making changes
|
||||
* byobu-janitor: add fix for the collapsed disk* and network* status
|
||||
items
|
||||
|
||||
[ Ciemon Dunville ]
|
||||
* byobu.1: reflect the keybinding toggle change to Ctrl-a-!
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 20 Jun 2009 13:46:18 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 21 Jun 2009 12:11:15 -0500
|
||||
|
||||
byobu (2.12-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue