mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
add a bit more documentation
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
ba5e1bf783
commit
277f448146
2 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make sure that we're not already in a screen session
|
||||
[ -z "$STY" ] || exit 0
|
||||
case "$TERM" in
|
||||
*screen*) exit 0 ;;
|
||||
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,9 +1,10 @@
|
|||
byobu (2.30) unreleased; urgency=low
|
||||
|
||||
* byobu-launcher: make sure that we're not already in a screen session
|
||||
before launching or re-attaching byobu
|
||||
before launching or re-attaching byobu; it seems that $STY is not
|
||||
quite enough, must also check $TERM
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 28 Aug 2009 10:48:38 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 28 Aug 2009 10:53:03 -0500
|
||||
|
||||
byobu (2.29-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue