[2 new] Mono: up/down triangles for Byobu terminal multiplexer

Bug #868713 reported by Dustin Kirkland 
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
fonts-ubuntu (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

Monospace unicode characters of the Ubuntu font are overrunning other characters and some things are just unreadable :-(

  U+25B2 BLACK UP-POINTING TRIANGLE (▲)
  U+25BC BLACK DOWN-POINTING TRIANGLE (▼)

Tags: uff-dm-new
Revision history for this message
Dustin Kirkland  (kirkland) wrote :
Changed in ubuntu-font-family-sources (Ubuntu):
importance: Undecided → High
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

I'm marking this high, against the Ubuntu family.

Revision history for this message
Paul Sladen (sladen) wrote : Re: Mono: please add up/down triangles to Ubuntu Mono

Interestingly these are not in the required.set at:

  "Wishlist: Enable use of Ubuntu Mono as .psf console-setup font"
  https://bugs.launchpad.net/ubuntu-font-family/+bug/724022/comments/1

although the following are:

   # U+25B6: BLACK RIGHT-POINTING TRIANGLE
   # U+25C0: BLACK LEFT-POINTING TRIANGLE

summary: - ubuntu monospace unicode characters overrun one another
+ Mono: please add up/down triangles to Ubuntu Mono
description: updated
Changed in ubuntu-font-family:
importance: Undecided → Wishlist
status: New → Triaged
Paul Sladen (sladen)
summary: - Mono: please add up/down triangles to Ubuntu Mono
+ Mono: please add up/down triangles for Byobu terminal multiplexer
Revision history for this message
Paul Sladen (sladen) wrote : Re: Mono: please add up/down triangles for Byobu terminal multiplexer

Dustin has pointed me at:

  /usr/lib/byobu/.constants

which contains:

  if [ "$UTF8" = "1" ] || [ "$BYOBU_BACKEND" = "tmux" ]; then
        ICON_C="℃"
        ICON_F="℉"
        ICON_RD="◀"
        ICON_WR="▶"
        ICON_MAIL="⍌"
        ICON_UP="▲"
        ICON_DN="▼"
        ICON_TRASH="♸"
        ICON_WIFI="⚚"
  else
        ICON_C="C"
        ICON_F="F"
        ICON_RD="<"
        ICON_WR=">"
        ICON_MAIL="[M]"
        ICON_UP="^"
        ICON_DN="v"
        ICON_TRASH="T"
        ICON_WIFI=
  fi

Attached Unicode set file, a la '/usr/share/bdf2psf/' from:

  print '\n'.join(sorted([hex(ord(c)).replace('0x','U+').upper() for c in u'℃℉◀▶⍌▲▼♸⚚']))

Changed in ubuntu-font-family:
milestone: none → later
Changed in ubuntu-font-family-sources (Ubuntu):
milestone: none → oneiric-updates
status: New → Confirmed
no longer affects: ubuntu-font-family-sources (Ubuntu Oneiric)
Changed in ubuntu-font-family-sources (Ubuntu):
status: Confirmed → Triaged
importance: High → Wishlist
milestone: oneiric-updates → none
summary: - Mono: please add up/down triangles for Byobu terminal multiplexer
+ [2 new] Mono: up/down triangles for Byobu terminal multiplexer
Changed in ubuntu-font-family:
importance: Wishlist → Medium
tags: added: uff-dm-new
affects: ubuntu-font-family-sources (Ubuntu) → fonts-ubuntu (Ubuntu)
no longer affects: fonts-ubuntu (Ubuntu)
affects: ubuntu-font-family → fonts-ubuntu (Ubuntu)
Changed in fonts-ubuntu (Ubuntu):
milestone: later → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.