From a9c0dedfbc908be9bef30101737f9e0a1a5112d1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 22 Aug 2012 02:50:35 +0200 Subject: wrap correction --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index 50e19b2..1a69e01 100755 --- a/ponysay +++ b/ponysay @@ -1305,7 +1305,7 @@ class Backend(): msg = self.__wrapMessage(msg, wrap) lines = msg.split('\n') - return self.balloon.get(width, height, lines, lambda text : self.__len(text) - UCS.countCombining(text)) + return self.balloon.get(width, height, lines, self.__len) ''' -- cgit