* byobu-launcher: print 'Launching Byobu...' banner for slower terminals,

and drop the printing of 'exit'; much nicer user experience


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-07-03 16:57:53 -07:00
commit a643525049
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@
# Ensure that the PROMPT_COMMAND gets printed, such that gnome-terminal
# and friends can pick it up before going into screen
[ -x /bin/bash ] && echo | /bin/bash -i -s
[ -x /bin/bash ] && echo "echo 'Launching Byobu...'" | /bin/bash -i -s 2>/dev/null
out=`screen -ls 2>/dev/null` || true
if echo "$out" | grep -qsi "^No Sockets found in "; then

4
debian/changelog vendored
View file

@ -1,5 +1,7 @@
byobu (2.19) unreleased; urgency=low
* 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
@ -9,7 +11,7 @@ byobu (2.19) unreleased; urgency=low
profiles_generator/profile.skel, rpm/byobu.spec, statusrc: added cpu
fan speed status
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 03 Jul 2009 16:09:08 -0700
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 03 Jul 2009 16:57:03 -0700
byobu (2.18-0ubuntu1) karmic; urgency=low