byobu: deprecate code that prevented nested byobu sessions; this is

is actually quite useful, although you should choose different
escape sequences for each nested host, LP: #403988
This commit is contained in:
Dustin Kirkland 2010-01-11 21:59:03 -06:00
commit f61d1d910b
2 changed files with 3 additions and 6 deletions

6
byobu
View file

@ -27,12 +27,6 @@ if [ "$#" = "1" ] && [ "$1" = "-v" ]; then
exit 0
fi
# Nesting byobu inside of screen doesn't work well
if [ -n "$STY" ] || [ "$TERM" = "screen-bce" ]; then
echo `gettext "Exit the current screen session to run $PKG"`
exit 1
fi
# Sanitize the environment
byobu-janitor --force

3
debian/changelog vendored
View file

@ -9,6 +9,9 @@ byobu (2.46) unreleased; urgency=low
* bin/logo, bin/release: when looking at /etc/issue, grab the first
line that starts with a real letter rather than control character,
LP: #432751
* byobu: deprecate code that prevented nested byobu sessions; this is
is actually quite useful, although you should choose different
escape sequences for each nested host, LP: #403988
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Jan 2010 21:53:14 -0600