mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/bin/byobu:
- handle the backend better
This commit is contained in:
parent
cc13dd2367
commit
c124341758
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.64) unreleased; urgency=low
|
|||
|
||||
* usr/share/byobu/profiles/bashrc:
|
||||
- adjust whitespace
|
||||
* usr/bin/byobu:
|
||||
- handle the backend better
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Nov 2013 11:55:15 -0600
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@ export BYOBU_CHARMAP=$(locale charmap)
|
|||
. "${BYOBU_PREFIX}/lib/${PKG}/include/common"
|
||||
|
||||
# Override backend if we can determine intentions from argv[0]
|
||||
[ -r "$HOME/.$PKG/backend" ] && . "$HOME/.$PKG/backend"
|
||||
case "$0" in
|
||||
*byobu-screen) BYOBU_BACKEND="screen" ;;
|
||||
*byobu-tmux) BYOBU_BACKEND="tmux" ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue