usr/share/byobu/profiles/common: preserve splits across detach/reattach,

LP: #760696
This commit is contained in:
Dustin Kirkland 2011-04-14 08:51:48 -05:00
commit def4c40c6f
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ byobu (3.30) unreleased; urgency=low
noticed while investigating the already-fixed LP: #750887 noticed while investigating the already-fixed LP: #750887
* usr/lib/byobu/raid: fix grep that changed recently in Linux's * usr/lib/byobu/raid: fix grep that changed recently in Linux's
md driver's printing to /proc/mdstat, LP: #760693 md driver's printing to /proc/mdstat, LP: #760693
* usr/share/byobu/profiles/common: preserve splits across detach/reattach,
LP: #760696
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 Feb 2011 10:29:53 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 Feb 2011 10:29:53 -0600

View file

@ -104,6 +104,10 @@ activity ""
# Fit to the current window size, useful with F5/reloads of the profile # Fit to the current window size, useful with F5/reloads of the profile
fit fit
# Preserve splits; requires a pretty recent screen version (works on Debian/Ubuntu)
layout save byobu
layout autosave
# Maintain SSH_AUTH_SOCK link # Maintain SSH_AUTH_SOCK link
setenv SSH_AUTH_SOCK $HOME/.byobu/.ssh-agent setenv SSH_AUTH_SOCK $HOME/.byobu/.ssh-agent