Fix pager output for spawn/list with a very long list. Resolve #1829
This commit is contained in:
parent
c520ef86c9
commit
05b859c0b7
2 changed files with 4 additions and 2 deletions
|
|
@ -2941,7 +2941,8 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
|||
# import pudb; pudb.set_trace()
|
||||
|
||||
EvMore(caller, str(protlib.list_prototypes(caller,
|
||||
tags=self.lhslist)), exit_on_lastpage=True)
|
||||
tags=self.lhslist)), exit_on_lastpage=True,
|
||||
justify_kwargs=False)
|
||||
return
|
||||
|
||||
if 'save' in self.switches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue