* usr/lib/byobu/ip_address:

- user@host and ipaddress need some separation, as they're hard to
    differentiate when next to one another
This commit is contained in:
Dustin Kirkland 2012-01-25 16:49:35 -06:00
commit 93bc233e7b
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (5.6) unreleased; urgency=low
* UNRELEASED
* usr/lib/byobu/ip_address:
- user@host and ipaddress need some separation, as they're hard to
differentiate when next to one another
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 18 Jan 2012 19:57:15 -0600

View file

@ -73,7 +73,7 @@ __ip_address() {
if [ "$1" = "t" ]; then
printf "%s" "$ipaddr"
else
color bold2; printf "%s" "$ipaddr"; color --
color b w k; printf "%s" "$ipaddr"; color --
fi
fi
}