From a643525049087a155d96f8a34dd575e1d25f5bb6 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 3 Jul 2009 16:57:53 -0700 Subject: [PATCH] * byobu-launcher: print 'Launching Byobu...' banner for slower terminals, and drop the printing of 'exit'; much nicer user experience Signed-off-by: Dustin Kirkland --- byobu-launcher | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/byobu-launcher b/byobu-launcher index b33354a2..d8758685 100755 --- a/byobu-launcher +++ b/byobu-launcher @@ -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 diff --git a/debian/changelog b/debian/changelog index 1a72b379..da626467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 03 Jul 2009 16:09:08 -0700 + -- Dustin Kirkland Fri, 03 Jul 2009 16:57:03 -0700 byobu (2.18-0ubuntu1) karmic; urgency=low