mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
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:
parent
0272ed25eb
commit
f61d1d910b
2 changed files with 3 additions and 6 deletions
6
byobu
6
byobu
|
@ -27,12 +27,6 @@ if [ "$#" = "1" ] && [ "$1" = "-v" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
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
|
# Sanitize the environment
|
||||||
byobu-janitor --force
|
byobu-janitor --force
|
||||||
|
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -9,6 +9,9 @@ byobu (2.46) unreleased; urgency=low
|
||||||
* bin/logo, bin/release: when looking at /etc/issue, grab the first
|
* bin/logo, bin/release: when looking at /etc/issue, grab the first
|
||||||
line that starts with a real letter rather than control character,
|
line that starts with a real letter rather than control character,
|
||||||
LP: #432751
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Jan 2010 21:53:14 -0600
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue