Fixed mudform unicode issues and expanded docs.

This commit is contained in:
Griatch 2014-02-01 17:01:15 +01:00
parent f3f96af23a
commit 62dc119296
2 changed files with 139 additions and 63 deletions

View file

@ -790,7 +790,7 @@ class MudTable(object):
# calculate actual table width/height in characters
self.cwidth = sum(cwidths)
self.cheight = sum(cheights)
print "actual table width, height:", self.cwidth, self.cheight, self.width, self.height
#print "actual table width, height:", self.cwidth, self.cheight, self.width, self.height
def _generate_lines(self):
"""