sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit d083754ad57525a9aa4d2a5dfa519a47d35e2af9
parent fbe92c9bcf3725f3710edca771e68879df0a551e
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Sun, 18 Aug 2013 20:32:20 +0200

Merge #128.

Diffstat:
M lib/sup/util.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/util.rb b/lib/sup/util.rb
@@ -256,7 +256,7 @@ end
 
 class String
   def display_length
-    @display_length ||= Unicode.width(self, false)
+    @display_length ||= Unicode.width(self.fix_encoding, false)
   end
 
   def slice_by_display_length len