From ca50e3eccb886566549f20ee61df8d81059be333 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 8 Nov 2011 18:32:56 -0600 Subject: [PATCH] * usr/lib/byobu/.constants: - don't use UTF8 C an F for now --- debian/changelog | 2 ++ usr/lib/byobu/.constants | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 005a31a8..220bac7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 31 Oct 2011 09:46:46 -0400 diff --git a/usr/lib/byobu/.constants b/usr/lib/byobu/.constants index 8c220445..651e66d4 100755 --- a/usr/lib/byobu/.constants +++ b/usr/lib/byobu/.constants @@ -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="⍌"