Add $theme_avoid_ambiguous_glyphs

Allow users to avoid ambiguous width glyphs to prevent issues with guessing the width of multibyte characters.

For now, this just avoids `…`. We'll add some more if we run into them.

Fixes #10
This commit is contained in:
Justin Hileman
2015-10-13 20:34:35 -07:00
parent e71317aa19
commit 160bc9683e
2 changed files with 9 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ set -g theme_display_user yes
set -g theme_title_display_process yes
set -g theme_title_display_path no
set -g theme_date_format "+%a %H:%M"
set -g theme_avoid_ambiguous_glyphs yes
set -g default_user your_normal_user
```