Fix bugs in format_grid, include verbatim elements
This commit is contained in:
parent
a863ff77db
commit
458df00272
4 changed files with 67 additions and 61 deletions
|
|
@ -298,7 +298,7 @@ class EvMore(object):
|
|||
nsize = len(inp)
|
||||
self._npages = nsize // self.height + (0 if nsize % self.height == 0 else 1)
|
||||
self._data = inp
|
||||
self._paginator_slice
|
||||
self._paginator = self.paginator_slice
|
||||
|
||||
def init_f_str(self, text):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue