mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* select-screen-profile: update to say "byobu" rather than screen,
LP: #382643 Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
abbabf9a30
commit
d8848fd431
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (2.9) unreleased; urgency=low
|
||||||
|
|
||||||
* screen-launcher: slightly cleaner bash exit (still could use some
|
* screen-launcher: slightly cleaner bash exit (still could use some
|
||||||
improvement)
|
improvement)
|
||||||
|
* select-screen-profile: update to say "byobu" rather than screen,
|
||||||
|
LP: #382643
|
||||||
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
|
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
|
||||||
in iwconfig and ifconfig paths
|
in iwconfig and ifconfig paths
|
||||||
* bin/cpu-count: performance improvement, use getconf
|
* bin/cpu-count: performance improvement, use getconf
|
||||||
|
@ -10,7 +12,7 @@ byobu (2.9) unreleased; urgency=low
|
||||||
* bin/ec2-cost: performance improvement, cache ifconfig output
|
* bin/ec2-cost: performance improvement, cache ifconfig output
|
||||||
* bin/logo: use a case-statement instead of nasty if/then/else stack
|
* bin/logo: use a case-statement instead of nasty if/then/else stack
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 12:08:58 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 17:42:50 -0500
|
||||||
|
|
||||||
byobu (2.8-0ubuntu1) karmic; urgency=low
|
byobu (2.8-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ setprofile() {
|
||||||
if [ "$TERM" = "screen" ]; then
|
if [ "$TERM" = "screen" ]; then
|
||||||
echo `gettext 'If you are using the default set of keybindings, press\n<F5> to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'`
|
echo `gettext 'If you are using the default set of keybindings, press\n<F5> to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'`
|
||||||
else
|
else
|
||||||
echo `gettext 'Run "screen" to activate'`
|
echo `gettext 'Run "byobu" to activate'`
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue