From 7b8a36e00a6fce76d6846cf8041e22836493bdd1 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 5 May 2011 22:09:26 -0400 Subject: [PATCH] * usr/bin/byobu-status: minor performance improvement * usr/share/doc/byobu/help.txt: rearrange and update documentation --- debian/changelog | 2 ++ usr/bin/byobu-status | 3 +-- usr/share/doc/byobu/help.txt | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index aa0284be..6d8ad119 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ byobu (3.35c) unreleased; urgency=low those launching byobu detached from cron, e.g.) * usr/share/byobu/tests/byobu-time-notifications: - fixup notificationt testing + * usr/bin/byobu-status: minor performance improvement + * usr/share/doc/byobu/help.txt: rearrange and update documentation -- Dustin Kirkland Tue, 03 May 2011 12:11:10 -0500 diff --git a/usr/bin/byobu-status b/usr/bin/byobu-status index a19acc4f..acf369d8 100755 --- a/usr/bin/byobu-status +++ b/usr/bin/byobu-status @@ -19,8 +19,7 @@ PKG="byobu" DATA="$HOME/.$PKG" -[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" -export BYOBU_PREFIX +[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" || export BYOBU_PREFIX find_script () { # Allow for local status scripts diff --git a/usr/share/doc/byobu/help.txt b/usr/share/doc/byobu/help.txt index 0cdba33d..31b477fc 100644 --- a/usr/share/doc/byobu/help.txt +++ b/usr/share/doc/byobu/help.txt @@ -2,9 +2,9 @@ Byobu _VER_ is an enhancement to GNU Screen, a command line tool providing live system status, dynamic window management, and some convenient keybindings: -F2 Create a new window | F6 Detach from the session -F3 Go to the prev window | F7 Scrollback and search -F4 Go to the next window | F8 Rename a window -F5 Reload profile | F9 Configuration -'screen -r' - reattach | F12 Screen escape sequence -'man screen' - screen's help | 'man byobu' - byobu's help +F2 Create a new window | F7 Scrollback and search +F3 Go to the prev window | F8 Rename a window +F4 Go to the next window | F9 Configuration +F5 Reload profile | F12 Screen escape sequence +F6 Detach from session | 'man byobu' - byobu's help +'byobu' - reattach session | 'man screen' - screen's help