aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-22 02:50:35 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-22 02:50:35 +0200
commita9c0dedfbc908be9bef30101737f9e0a1a5112d1 (patch)
tree7208e192c17899e883ae4c2e4c48bcf19cb2addd /ponysay
parentbeeed62f49f98fc2b29b8f057fd3499a22cad22b (diff)
downloadponysay-a9c0dedfbc908be9bef30101737f9e0a1a5112d1.tar.gz
ponysay-a9c0dedfbc908be9bef30101737f9e0a1a5112d1.tar.bz2
ponysay-a9c0dedfbc908be9bef30101737f9e0a1a5112d1.zip
wrap correction
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay2
1 files changed, 1 insertions, 1 deletions
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)
'''