mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/bin/byobu:
- fix logic error in showing user@host in gnome-terminal tabs
This commit is contained in:
parent
4507df41cc
commit
3b64f2098c
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -6,6 +6,8 @@ byobu (4.5) unreleased; urgency=low
|
|||
* usr/share/byobu/keybindings/f-keys, usr/share/byobu/profiles/common:
|
||||
- avoid some screen crashes associated with buggy 'layout' saving
|
||||
feature; only save layouts if user is splitting screens, LP: #788670
|
||||
* usr/bin/byobu:
|
||||
- fix logic error in showing user@host in gnome-terminal tabs
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 25 May 2011 19:37:18 -0500
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ fi
|
|||
byobu-janitor --force
|
||||
|
||||
# Set the window title
|
||||
[ -z "$BYOBU_NO_TITLE" ] || printf "\033]0;${USER}@${HOSTNAME:-$(hostname)} - ${PKG}\007"
|
||||
[ -n "$BYOBU_NO_TITLE" ] || printf "\033]0;${USER}@${HOSTNAME:-$(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