mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/lib/byobu/.constants:
- don't use UTF8 C an F for now
This commit is contained in:
parent
7320864d88
commit
ca50e3eccb
2 changed files with 6 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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="⍌"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue