mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/share/man/man1/byobu.1:
- add some whitespace in the manpage
This commit is contained in:
parent
a9e5dac976
commit
41d115bb8d
2 changed files with 6 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -15,6 +15,8 @@ byobu (5.110) unreleased; urgency=medium
|
|||
- run autoremove afterwards, to clean up anything else
|
||||
* usr/lib/byobu/include/select-session.py: LP: #1583590
|
||||
- fix default window selection by just hitting enter
|
||||
* usr/share/man/man1/byobu.1:
|
||||
- add some whitespace in the manpage
|
||||
|
||||
[ ironstorm ]
|
||||
* usr/lib/byobu/cpu_temp: LP: #1587139
|
||||
|
|
|
@ -131,6 +131,8 @@ For example:
|
|||
screen \-t aussie ssh root@aussie
|
||||
screen \-t beagle ssh root@beagle
|
||||
screen \-t collie ssh root@collie
|
||||
|
||||
Then:
|
||||
$ BYOBU_WINDOWS=ssh_sessions byobu
|
||||
|
||||
For example:
|
||||
|
@ -144,6 +146,8 @@ For example:
|
|||
split-window ;
|
||||
select-layout tiled ;
|
||||
select-pane -t 0
|
||||
|
||||
Then:
|
||||
$ BYOBU_WINDOWS=split4 byobu
|
||||
|
||||
.SH UNITS OF MEASURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue