mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -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
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
@ -26,8 +26,9 @@ if [ -e "$BYOBU_CONFIG_DIR/disable-autolaunch" ]; then
|
|||
else
|
||||
case "$TERM" in
|
||||
*screen*)
|
||||
# Handle nesting
|
||||
printf "$(gettext 'To launch in a nested session, run: byobu')\n"
|
||||
# Handle nesting (silence this message, as some users found it noisy?)
|
||||
# printf "$(gettext 'To launch in a nested session, run: byobu')\n"
|
||||
true
|
||||
;;
|
||||
dumb)
|
||||
# Dumb terminal, don't launch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue