mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* usr/lib/byobu/.constants:
- comment out utf8 characters that don't look very good
This commit is contained in:
parent
b6229f2037
commit
d2ed912057
2 changed files with 15 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (4.45) unreleased; urgency=low
|
|||
|
||||
* usr/share/byobu/profiles/tmux:
|
||||
- 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
|
||||
|
||||
|
|
|
@ -34,13 +34,19 @@ if [ "$UTF8" = "1" ] || [ "$BYOBU_BACKEND" = "tmux" ]; then
|
|||
ICON_REBOOT="⟳"
|
||||
ICON_UPDATES="!"
|
||||
ICON_SECURITY="‼"
|
||||
ICON_KB="㎅"
|
||||
ICON_MB="㎆"
|
||||
ICON_GB="㎇"
|
||||
ICON_TB="TB"
|
||||
ICON_KHz="㎑"
|
||||
ICON_MHz="㎒"
|
||||
ICON_GHz="㎓"
|
||||
#ICON_KB="㎅"
|
||||
#ICON_MB="㎆"
|
||||
#ICON_GB="㎇"
|
||||
ICON_KB="K"
|
||||
ICON_MB="M"
|
||||
ICON_GB="G"
|
||||
ICON_TB="T"
|
||||
#ICON_KHz="㎑"
|
||||
#ICON_MHz="㎒"
|
||||
#ICON_GHz="㎓"
|
||||
ICON_KHz="KHz"
|
||||
ICON_MHz="MHz"
|
||||
ICON_GHz="GHz"
|
||||
#ICON_MBPS="㏔㎰"
|
||||
ICON_MBPS="Mb"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue