* usr/bin/byobu:

- enable users to disable the title printing at launch (helpful for
    those launching byobu detached from cron, e.g.)
This commit is contained in:
Dustin Kirkland 2011-05-05 21:04:13 -04:00
commit 4133348fa2
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -30,6 +30,9 @@ byobu (3.35c) unreleased; urgency=low
- speed up the printscreen functionality
- when running printscreen, open the result with the user's default
viewer in a new window entitled PRINTSCREEN
* usr/bin/byobu:
- enable users to disable the title printing at launch (helpful for
those launching byobu detached from cron, e.g.)
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500

View file

@ -51,7 +51,7 @@ fi
byobu-janitor --force
# Set the window title
printf "\033]0;${USER}@$(hostname) - ${PKG}\007"
[ -z "$BYOBU_NO_TITLE" ] || printf "\033]0;${USER}@$(hostname) - ${PKG}\007"
# Allow override of default window list, with BYOBU_WINDOWS environment variable
CUSTOM_WINDOW_SET=0