mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Fixed mudform unicode issues and expanded docs.
This commit is contained in:
parent
f3f96af23a
commit
62dc119296
2 changed files with 139 additions and 63 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue