~ubuntu-branches/ubuntu/karmic/byobu/karmic

« back to all changes in this revision

Viewing changes to bin/logo

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-07-06 15:50:50 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090706155050-ypecpwmffziais8b
Tags: 2.19-0ubuntu1
* byobu-launcher: print 'Launching Byobu...' banner for slower terminals,
  and drop the printing of 'exit'; much nicer user experience
* bin/cpu_freq, bin/disk, bin/mem_available, bin/mem_used: use bold
  font for these, to help with dark colored tty's
* bin/temp_c, bin/temp_f: fix display of yellow on dark tty's
* bin/*: use bold for measurements, and non-bold for units; this really
  makes byobu's status items 'pop'!
* bin/fan_speed, byobu-config, byobu.1, profiles/common,
  profiles_generator/profile.skel, rpm/byobu.spec, statusrc: added cpu
  fan speed status
* bin/users, byobu.1: don't display '0#' if no users logged in; waste of
  space, match behavior of updates_available
* bin/processes, byobu.1: use white text on yellow background, more
  readable on tty's

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                        $MARKUP && printf "\005{= Wr}$logo" || printf "$logo"
82
82
                ;;
83
83
                *)
84
 
                        false
 
84
                        logo=" 屏風 "
 
85
                        $MARKUP && printf "\005{= Wk}$logo" || printf " $logo "
85
86
                ;;
86
87
        esac
87
88
}