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

« back to all changes in this revision

Viewing changes to bin/menu

  • 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:
19
19
 
20
20
[ "$1" = "--detail" ] && exit 0
21
21
 
22
 
printf " \005{= kw}%s" `gettext "Menu:<F9>"`
 
22
printf " \005{= kw}%s:<\005{-}\005{=b kw}F9\005{= kw}>" `gettext "Menu"`