mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu: LP: #966686
- ensure that the MOTD gets printed on byobu-tmux first launches
This commit is contained in:
parent
eef6b20668
commit
93c5eb88f8
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (5.17) unreleased; urgency=low
|
|||
- performance improvement, testing for directory existence before
|
||||
mkdir -p saves time
|
||||
- localize a couple of function variables
|
||||
* usr/bin/byobu: LP: #966686
|
||||
- ensure that the MOTD gets printed on byobu-tmux first launches
|
||||
|
||||
[ Fumihito YOSHIDA (hito) ]
|
||||
* usr/lib/byobu/logo: LP: #952724
|
||||
|
|
|
@ -100,6 +100,7 @@ case $BYOBU_BACKEND in
|
|||
fi
|
||||
fi
|
||||
BYOBU_PROFILE="-f $BYOBU_PREFIX/share/$PKG/profiles/tmuxrc"
|
||||
DEFAULT_WINDOW="new-session ${BYOBU_PREFIX}/bin/byobu-shell"
|
||||
sessions=$($BYOBU_BACKEND list-sessions 2>/dev/null) || true
|
||||
;;
|
||||
screen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue