Minor cleanups
This commit is contained in:
parent
7ae790a12f
commit
69bca18c03
2 changed files with 1 additions and 2 deletions
|
|
@ -472,7 +472,7 @@ class Command(with_metaclass(CommandMeta, object)):
|
|||
"""
|
||||
return self.__doc__
|
||||
|
||||
def width(self):
|
||||
def client_width(self):
|
||||
return self.session.protocol_flags['SCREENWIDTH'][0]
|
||||
|
||||
def style_table(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue