mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-janitor: LP: #867746
- revert previous change, don't automatically set monochrome mode until we have a better way of detecting it
This commit is contained in:
parent
043a0066ae
commit
f6146b6392
2 changed files with 5 additions and 9 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -7,6 +7,9 @@ byobu (4.55) unreleased; urgency=low
|
|||
- add a system entropy status item
|
||||
- must use cat, can't use read in dash here
|
||||
- use yellow on grey
|
||||
* usr/bin/byobu-janitor: LP: #867746
|
||||
- revert previous change, don't automatically set monochrome mode
|
||||
until we have a better way of detecting it
|
||||
|
||||
[ Will Ellwood ]
|
||||
* usr/lib/byobu/disk: LP: #904824
|
||||
|
|
|
@ -55,17 +55,10 @@ fi
|
|||
|
||||
# NOTE: Older version of Screen have an arbitrary limit of only being able
|
||||
# to change colors 16 times in this 'hardstatus string'.
|
||||
# Whitelist distros where the fix has been released.
|
||||
# Also committed in Upstream git, but not yet released.
|
||||
# * http://savannah.gnu.org/bugs/?22146
|
||||
MC=1
|
||||
if command -v egrep >/dev/null; then
|
||||
if ! command -v tmux >/dev/null; then
|
||||
if egrep -qsi "ubuntu|debian" /etc/issue 2>/dev/null || [ -e "/etc/arch-release" ]; then
|
||||
MC=0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# If we could reliably tell if we had a patched screen, we'd do so here...
|
||||
MC=0
|
||||
|
||||
# Affects: First runs with no configuration
|
||||
# Seed the configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue