mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/share/byobu/profiles/common: preserve splits across detach/reattach,
LP: #760696
This commit is contained in:
parent
62ca3c3525
commit
def4c40c6f
2 changed files with 6 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (3.30) unreleased; urgency=low
|
|||
noticed while investigating the already-fixed LP: #750887
|
||||
* usr/lib/byobu/raid: fix grep that changed recently in Linux's
|
||||
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
|
||||
|
||||
|
|
|
@ -104,6 +104,10 @@ activity ""
|
|||
# Fit to the current window size, useful with F5/reloads of the profile
|
||||
fit
|
||||
|
||||
# Preserve splits; requires a pretty recent screen version (works on Debian/Ubuntu)
|
||||
layout save byobu
|
||||
layout autosave
|
||||
|
||||
# Maintain SSH_AUTH_SOCK link
|
||||
setenv SSH_AUTH_SOCK $HOME/.byobu/.ssh-agent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue