mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* 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:
parent
7aa25835ea
commit
4133348fa2
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue