lp:ubuntu/precise/byobu

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/precise/byobu
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

177. By Dustin Kirkland 

[ Dustin Kirkland ]
* usr/bin/byobu-status:
  - performance improvement, testing for directory existence before
    mkdir -p saves time
  - localize a couple of function variables
* usr/bin/byobu: LP: #966686
  - ensure that the MOTD gets printed on byobu-tmux first launches
* usr/lib/byobu/include/constants: LP: #940224
  - revert r1927

[ Fumihito YOSHIDA (hito) ]
* usr/lib/byobu/logo: LP: #952724
  - handle VTE_CJK_WIDTH=1 for asian locales

176. By Dustin Kirkland 

* usr/lib/byobu/updates_available: LP: #942469
  - fix regression clearing updates_available status
  - and fix a typo in that commit
* usr/lib/byobu/reboot_required, usr/lib/byobu/updates_available:
  - powersave flag and reload flag suffered from the same problem
    as LP: #942469
* usr/bin/byobu: LP: #949385
  - namespace a few environment variables more appropriately

175. By Dustin Kirkland 

* usr/bin/byobu, usr/lib/byobu/include/constants:
  - fix 256 color support
  - default to colors specified in the Ubuntu brand guidelines
    + http://design.canonical.com/the-toolkit/ubuntu-brand-guidelines/

174. By Dustin Kirkland 

* usr/bin/byobu-status, usr/lib/byobu/battery, usr/lib/byobu/cpu_freq,
  usr/lib/byobu/custom, usr/lib/byobu/disk, usr/lib/byobu/disk_io,
  usr/lib/byobu/distro, usr/lib/byobu/ec2_cost, usr/lib/byobu/entropy,
  usr/lib/byobu/fan_speed, usr/lib/byobu/hostname,
  usr/lib/byobu/load_average, usr/lib/byobu/memory,
  usr/lib/byobu/network, usr/lib/byobu/processes, usr/lib/byobu/raid,
  usr/lib/byobu/rcs_cost, usr/lib/byobu/swap, usr/lib/byobu/uptime,
  usr/lib/byobu/wifi_quality:
  - help ensure that a status is printed
  - this fixes byobu status on some slower systems
  - use the last cached status, if the current one doesn't return

173. By Dustin Kirkland 

* usr/lib/byobu/include/mondrian:
  - simply speed up using perl
* usr/bin/byobu: LP: #937175
  - check tput for 256 color support before defaulting to that in tmux mode
* usr/lib/byobu/disk_io: LP: #934893, #936393
  - initialize the x1 value correctly
* usr/lib/byobu/ec2_cost, usr/share/byobu/status/statusrc,
  usr/share/man/man1/byobu.1: LP: #929907
  - disable the ec2_cost plugin if not running in EC2,
    allow override with EC2_ESTIMATE=1 in ~/.byobu/statusrc
* usr/lib/byobu/include/shutil: LP: #930656
  - support network interface detection on Mac OSX
  - untested by me, but sort of suggested by a user
* etc/byobu/backend, usr/lib/byobu/include/common,
  usr/lib/byobu/include/constants: LP: #937174
  - fix upgrades while within a running byobu-screen session

172. By Dustin Kirkland 

* usr/share/byobu/keybindings/f-keys,
  usr/share/byobu/keybindings/screen-escape-keys:
  - keybindings for screen to match tmux for consistency
* usr/bin/byobu-ctrl-a:
  - fix regression in byobu-screen ctrl-a handling
* usr/lib/byobu/menu, usr/share/byobu/keybindings/common,
  usr/share/byobu/keybindings/f-keys, usr/share/byobu/keybindings/f-
  keys.tmux, usr/share/byobu/keybindings/f-keys =>
  usr/share/byobu/keybindings/f-keys.screen,
  usr/share/byobu/keybindings/Makefile.am,
  usr/share/byobu/keybindings/screen-escape-keys =>
  usr/share/byobu/keybindings/f-keys.screen.disable:
  - keybindings for screen to match tmux for consistency

171. By Dustin Kirkland 

[ Ryan Thompson ]
* usr/bin/byobu-reconnect-sockets, usr/bin/byobu-select-session: LP: #924545
  - add to the list of environment variables to update on reconnect

[ Dustin Kirkland ]
* usr/bin/byobu-status:
  - clear first window name
* usr/share/byobu/status/status:
  - disable a few status items in the first tmux status line to ensure
    that the status line fits in 80x25 terminals
  - press shift-f5 for more status

170. By Dustin Kirkland 

* usr/bin/byobu-ctrl-a: LP: #931345
  - fix ctrl-a support for tmux 1.5 and 1.6

169. By Dustin Kirkland 

* usr/bin/byobu-status:
  - fix broken status expiration, which wasn't working and probably
    had a huge performance penalty :-(
* usr/bin/byobu-ctrl-a, usr/share/byobu/keybindings/f-keys.tmux,
  usr/share/byobu/keybindings/f-keys.tmux.disable,
  usr/share/byobu/profiles/tmuxrc: LP: #923134
  - get byobu-ctrl-a working within tmux, like screen
  - prompt the user for ctrl-a to work in Screen/escape mode, or emacs
    mode

168. By Dustin Kirkland 

[ Daniel Hahler ]
* debian/rules:
  - autoconf into debian rules

[ Daniel Hahler ]
* usr/bin/byobu-reconnect-sockets: LP: #923169
  - better fix for zsh, set compatibility options instead

[ Dustin Kirkland ]
* debian/control:
  - suggest ttf-ubuntu-font-family which provides the  character
* usr/share/byobu/profiles/tmux:
  - drop the brackets around the open windows, saves ~4 horizontal
    characters; trying to get default tmux to fit in 80x25
* usr/lib/byobu/users:
  - do a better job counting ssh users
* usr/share/byobu/status/status:
  - move wifi_quality to second right status
* usr/bin/byobu-status, usr/lib/byobu/include/constants:
  - use printf instead of echo, saves a few forks
* usr/lib/byobu/cpu_freq, usr/lib/byobu/cpu_temp,
  usr/lib/byobu/custom, usr/lib/byobu/date, usr/lib/byobu/disk_io,
  usr/lib/byobu/ec2_cost, usr/lib/byobu/logo, usr/lib/byobu/network,
  usr/lib/byobu/rcs_cost, usr/lib/byobu/time_binary,
  usr/lib/byobu/include/common, usr/lib/byobu/include/mondrian,
  usr/lib/byobu/include/shutil:
  - use printf where possible, saves some forks
* usr/lib/byobu/release, usr/share/byobu/status/statusrc,
  usr/share/man/man1/byobu.1:
  - based on suggestion from Scott Moser, support an abbreviated
    version of the release string
  - support a statusrc configuration variable of RELEASE_ABBREVIATED=N
    where N is the number of characters from the front of the release
    string to display

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/quantal/byobu
This branch contains Public information 
Everyone can see this information.

Subscribers