prompt, usr/bin/Makefile.am, usr/share/byobu/profiles/ps1.sh,
usr/share/man/man1/byobu-disable-color-prompt.1,
usr/share/man/man1/byobu-enable-color-prompt.1,
usr/share/man/man1/Makefile.am:
- add a utility that installs and uninstalls a nicer color prompt
into the local shell configuration
usr/share/man/man1/byobu.1: LP: #1182528
- fix status colors on Red Hat, Mac OS X, and elsewhere
- seems that the #nnnnnn style coloring isn't working everywhere
+ should probably get to the bottom of this...
usr/share/man/man1/byobu-keybindings.1,
usr/share/man/man1/Makefile.am: LP: #1118755
- added a new executable and manpage: byobu-keybindings
- this is a command line utility for toggling Byobu's keybindings
on an off
- useful when Shift-F12 is not usable (Linux console tty), and
when ctrl-a-! is not usable (tmux)
- drop fo_cached calculation, which was not actually used
- change foreground color of free memory percentage to yellow,
if its over 90% used
- use a better variable name for memory usage
usr/share/man/man1/byobu.1: LP: #938920, #952724
- fix "infinite scrolling" of status line, when using multibyte
utf-8 characters in status
- detect character map, and only enable utf-8 when possible
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
- support ip_address4 and ip_address6 in the status line
- allows for users to see both ipv4 and ipv6 addresses simultaneously
rather than one or the other
usr/share/byobu/keybindings/f-keys.tmux, usr/share/man/man1/byobu-
layout.1:
- move the layout library utility to a generally usable byobu-layout
in the system path
- add specific named layout support to both save and restore operations
- add a manpage
usr/share/man/man1/byobu.1: LP: #900663
- add support for a USERS_DISTINCT=1 status configuration setting
to count the number of distinct users, rather than open ssh sessions
usr/lib/byobu/release, usr/lib/byobu/.shutil,
usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
- split the OS distribution name and version to two separate status
items; enable the version (but not the name) in the compact tmux
status line
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/share/man/man1/byobu.1: LP: #835152
- fix a suite of support issues around launching byobu under sudo,
where files/dirs would be created under the $SUDO_USER's $HOME,
but would be owned by root
usr/lib/byobu/logo, usr/lib/byobu/Makefile.am,
usr/lib/byobu/mem_available => usr/lib/byobu/memory,
usr/lib/byobu/mem_used, usr/lib/byobu/.shutil,
usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
- drop experimental code, no longer necessary
- test non-zero cache file
- combine mem_* to memory
- decrease raid status frequency
- add trailing space to logo
usr/share/byobu/keybindings/screen-escape-keys,
usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
usr/share/byobu/profiles/screenrc, usr/share/man/man1/byobu.1:
- fix up a few more references to BYOBU_CONFIG_DIR
status, experimental/byobu-status-all, === modified symlink
usr/share/byobu/keybindings/common, === target was uf-keys,
usr/bin/byobu, usr/bin/byobu-config, usr/bin/byobu-ctrl-a,
usr/bin/byobu-disable, usr/bin/byobu-enable, usr/bin/byobu-export,
usr/bin/byobu-janitor, usr/bin/byobu-launch, usr/bin/byobu-launcher,
usr/bin/byobu-launcher-install, usr/bin/byobu-launcher-uninstall,
usr/bin/byobu-quiet, usr/bin/byobu-reconnect-sockets, usr/bin/byobu-
select-profile, usr/bin/byobu-shell, usr/bin/byobu-silent,
usr/bin/byobu-status, usr/bin/byobu-status-detail, usr/bin/byobu-
ugraph, usr/bin/byobu-ulevel, usr/lib/byobu/.common,
usr/lib/byobu/.constants, usr/lib/byobu/custom,
usr/lib/byobu/disk_io, usr/lib/byobu/ec2_cost,
usr/lib/byobu/ip_address, usr/lib/byobu/logo,
usr/lib/byobu/Makefile.am, usr/lib/byobu/mem_available,
usr/lib/byobu/menu, usr/lib/byobu/network,
usr/lib/byobu/.notify_osd, usr/lib/byobu/reboot_required,
usr/lib/byobu/services, usr/lib/byobu/.shutil,
usr/lib/byobu/updates_available, usr/share/byobu/keybindings/f-keys,
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1,
usr/share/man/man1/byobu-select-session.1: LP: #802122
- massive reworking to globalize and standardize the use of
+ BYOBU_RUN_DIR, which is typically /var/run/screen/S-$USER/byobu
+ BYOBU_CONFIG_DIR, which is typically $HOME/.byobu
- this rework should more easily allow us to support users who's
SOCKETDIR is not /var/run/screen, and XDG_USER_DIRS users
- add an option to select-session for running a shell without byobu
* usr/bin/byobu-select-session, usr/share/man/man1/byobu-select-
session.1:
- updated to document the .always-select configuration
usr/share/man/man1/byobu.1:
ignore network traffic less than threshold, less busy status
- add support for a disk threshold setting; set to 50kB/s by default,
ignore disk traffic less than threshold, less busy status
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
- add support for the super-geeky-but-fun binary clock; requires
UTF8 support in GNU Screen, LP: #705037