Add code to enable scrolling of shell module output
This commit is contained in:
parent
31f1f99102
commit
6d7934f0fe
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class Module(core.module.Module):
|
|||
def set_output(self, value):
|
||||
self.__output = value
|
||||
|
||||
@core.decorators.scrollable
|
||||
def get_output(self, _):
|
||||
return self.__output
|
||||
|
||||
|
|
Loading…
Reference in a new issue