add a bit more documentation

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-08-28 10:54:29 -05:00
commit 277f448146
2 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Make sure that we're not already in a screen session
[ -z "$STY" ] || exit 0
case "$TERM" in
*screen*) exit 0 ;;

5
debian/changelog vendored
View file

@ -1,9 +1,10 @@
byobu (2.30) unreleased; urgency=low
* byobu-launcher: make sure that we're not already in a screen session
before launching or re-attaching byobu
before launching or re-attaching byobu; it seems that $STY is not
quite enough, must also check $TERM
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 28 Aug 2009 10:48:38 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 28 Aug 2009 10:53:03 -0500
byobu (2.29-0ubuntu1) karmic; urgency=low