mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
cd74c67ac1
commit
93bc233e7b
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (5.6) unreleased; urgency=low
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 18 Jan 2012 19:57:15 -0600
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ __ip_address() {
|
||||||
if [ "$1" = "t" ]; then
|
if [ "$1" = "t" ]; then
|
||||||
printf "%s" "$ipaddr"
|
printf "%s" "$ipaddr"
|
||||||
else
|
else
|
||||||
color bold2; printf "%s" "$ipaddr"; color --
|
color b w k; printf "%s" "$ipaddr"; color --
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue