* usr/bin/byobu-launcher: LP: #835130

- silence message that some users found noisy
This commit is contained in:
Dustin Kirkland 2011-08-26 17:51:01 -05:00
commit d82e338d42
2 changed files with 5 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (4.32) unreleased; urgency=low byobu (4.32) unreleased; urgency=low
* UNRELEASED * usr/bin/byobu-launcher: LP: #835130
- silence message that some users found noisy
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 23 Aug 2011 23:23:49 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 23 Aug 2011 23:23:49 -0500

View file

@ -26,8 +26,9 @@ if [ -e "$BYOBU_CONFIG_DIR/disable-autolaunch" ]; then
else else
case "$TERM" in case "$TERM" in
*screen*) *screen*)
# Handle nesting # Handle nesting (silence this message, as some users found it noisy?)
printf "$(gettext 'To launch in a nested session, run: byobu')\n" # printf "$(gettext 'To launch in a nested session, run: byobu')\n"
true
;; ;;
dumb) dumb)
# Dumb terminal, don't launch # Dumb terminal, don't launch