* usr/lib/byobu/.constants:

- comment out utf8 characters that don't look very good
This commit is contained in:
Dustin Kirkland 2011-10-30 10:07:11 -05:00
commit d2ed912057
2 changed files with 15 additions and 7 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (4.45) unreleased; urgency=low
* usr/share/byobu/profiles/tmux: * usr/share/byobu/profiles/tmux:
- shift-F11 -> breaks pane out to its own window - shift-F11 -> breaks pane out to its own window
* usr/lib/byobu/.constants:
- comment out utf8 characters that don't look very good
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 26 Oct 2011 10:05:01 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 26 Oct 2011 10:05:01 -0500

View file

@ -34,13 +34,19 @@ if [ "$UTF8" = "1" ] || [ "$BYOBU_BACKEND" = "tmux" ]; then
ICON_REBOOT="⟳" ICON_REBOOT="⟳"
ICON_UPDATES="!" ICON_UPDATES="!"
ICON_SECURITY="‼" ICON_SECURITY="‼"
ICON_KB="㎅" #ICON_KB="㎅"
ICON_MB="㎆" #ICON_MB="㎆"
ICON_GB="㎇" #ICON_GB="㎇"
ICON_TB="TB" ICON_KB="K"
ICON_KHz="㎑" ICON_MB="M"
ICON_MHz="㎒" ICON_GB="G"
ICON_GHz="㎓" ICON_TB="T"
#ICON_KHz="㎑"
#ICON_MHz="㎒"
#ICON_GHz="㎓"
ICON_KHz="KHz"
ICON_MHz="MHz"
ICON_GHz="GHz"
#ICON_MBPS="㏔㎰" #ICON_MBPS="㏔㎰"
ICON_MBPS="Mb" ICON_MBPS="Mb"
else else