~ubuntu-branches/ubuntu/oneiric/byobu/oneiric

« back to all changes in this revision

Viewing changes to usr/share/byobu/status/status

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2011-08-26 19:07:32 UTC
  • mfrom: (1.1.134 upstream)
  • Revision ID: package-import@ubuntu.com-20110826190732-zih8xusxv7vbrkww
Tags: 4.33-0ubuntu1
* usr/lib/byobu/updates_available:
  - localize variables
  - save a fork
  - fix detection of updates, which only worked when there were security
    updates
* usr/lib/byobu/.shutil: LP: #844994
  - the wget --timeout=1 was not working as desired, without the --tries=1
    option too; so local boots of ubuntu ec2 images that don't have a
    working metadata service might take several minutes for byobu to start
    while that wget tries repeatedly to reach the metadata service;
    big thanks to Ben Howard for helping triage and fix ;-)
* usr/lib/byobu/apport: LP: #842113
  - fix broken detection of apport bug reports, thanks to lp:~masterpatricko
    for the suggested fix
* etc/byobu/backend, usr/bin/byobu, usr/lib/byobu/.common,
  usr/lib/byobu/.dirs, usr/share/byobu/status/status,
  usr/share/man/man1/byobu.1: LP: #836090
  - fix handling of byobu backend (screen|tmux) handling; thanks to
    lp:~zorun-42 for the fix
* usr/lib/byobu/swap: LP: #843446
  - make swap status behave like disk and memory (display usage even if
    zero)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#    You should have received a copy of the GNU General Public License
21
21
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
22
 
 
23
# Status beginning with '#' are disabled.
 
24
 
23
25
# Screen has two status lines, with 4 quadrants for status
24
26
screen_upper_left="color"
25
27
screen_upper_right="color whoami hostname ip_address menu"