mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/bin/byobu-launcher: LP: #835130
- silence message that some users found noisy
This commit is contained in:
parent
d2041886c9
commit
d82e338d42
2 changed files with 5 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue