mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
Added VTE_CJK_WIDTH=1 support for Logo.
This commit is contained in:
parent
5046f4aeec
commit
6111eaac74
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,11 @@ __logo() {
|
||||||
*ubuntu*)
|
*ubuntu*)
|
||||||
if $MARKUP; then
|
if $MARKUP; then
|
||||||
if [ "$UTF8" = "1" ] || [ "$BYOBU_BACKEND" = "tmux" ]; then
|
if [ "$UTF8" = "1" ] || [ "$BYOBU_BACKEND" = "tmux" ]; then
|
||||||
color m W; printf " u "; color -
|
if [ ! "$VTE_CJK_WIDTH" = "1" ] && [ ! "$VTE_CJK_WIDTH" = "wide" ] ; then
|
||||||
|
color m W; printf " u "; color -
|
||||||
|
else
|
||||||
|
color m W; printf " U "; color -
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
color m W; printf " U "; color -
|
color m W; printf " U "; color -
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue