try to make the tab-kludge render better

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-06-04 00:43:11 -04:00
parent 9b57b04658
commit ff77879a81
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class RenderString(object):
attrs = color.build('default', 'default')
self.string = s
self.string.replace('\t', ' ')
self.y = y
self.x = x
self.attrs = attrs