* usr/share/byobu/profiles/tmux:

- run byobu-janitor in a new session, rather than a new window
    + on Mac (tmux 1.8), it seems that the tmux session does not
      yet exist, so this fails
This commit is contained in:
Dustin Kirkland 2013-05-09 09:04:46 -05:00
commit 6f5d7399cd
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -2,6 +2,10 @@ byobu (5.41) unreleased; urgency=low
* usr/share/byobu/profiles/tmux: * usr/share/byobu/profiles/tmux:
- need to use prefix - need to use prefix
* usr/share/byobu/profiles/tmux:
- run byobu-janitor in a new session, rather than a new window
+ on Mac (tmux 1.8), it seems that the tmux session does not
yet exist, so this fails
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 May 2013 13:36:07 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 May 2013 13:36:07 -0500

View file

@ -22,7 +22,7 @@
# Initialize environment, clean up # Initialize environment, clean up
set-environment -g BYOBU_BACKEND tmux set-environment -g BYOBU_BACKEND tmux
new-window -d byobu-janitor new-session -d byobu-janitor
set -s escape-time 0 set -s escape-time 0
# Change to Screen's ctrl-a escape sequence and use screen-like keys # Change to Screen's ctrl-a escape sequence and use screen-like keys