* usr/lib/byobu/.constants:

- don't use UTF8 C an F for now
This commit is contained in:
Dustin Kirkland 2011-11-08 18:32:56 -06:00
commit ca50e3eccb
2 changed files with 6 additions and 2 deletions

2
debian/changelog vendored
View file

@ -22,6 +22,8 @@ byobu (4.46) unreleased; urgency=low
there yet...)
* usr/bin/byobu: LP: #713879
- add ulimit checks to byobu -v
* usr/lib/byobu/.constants:
- don't use UTF8 C an F for now
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 31 Oct 2011 09:46:46 -0400

View file

@ -22,8 +22,10 @@ PKG="byobu"
# UTF8 support in the hardstatus is coming one day in Screen
if [ "$UTF8" = "1" ] || [ "$BYOBU_BACKEND" = "tmux" ]; then
ICON_C="℃"
ICON_F="℉"
#ICON_C="℃"
#ICON_F="℉"
ICON_C="C"
ICON_F="F"
ICON_RD="◂"
ICON_WR="▸"
ICON_MAIL="⍌"