From the website: Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=utils/byobu Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 lines
374 B
Diff
11 lines
374 B
Diff
--- a/usr/bin/byobu.in
|
|
+++ b/usr/bin/byobu.in
|
|
@@ -46,7 +46,7 @@ if [ -z "${BYOBU_PREFIX}" ]; then
|
|
. "$HOME/.byoburc"
|
|
fi
|
|
fi
|
|
-export BYOBU_CHARMAP=$(locale charmap)
|
|
+export BYOBU_CHARMAP=UTF-8
|
|
[ -r "$HOME/.byoburc" ] && . "$HOME/.byoburc"
|
|
[ -z "${BYOBU_PREFIX}" ] && export BYOBU_PREFIX="@prefix@" || export BYOBU_PREFIX
|
|
. "${BYOBU_PREFIX}/lib/${PKG}/include/common"
|