orb.screens.console.console_screen module¶
- class orb.screens.console.console_screen.ConsoleScreen(*args, **kwargs)¶
Bases:
Screen
- consume(*args)¶
Print to the console’s output section. Print the last line on the status line.
- on_enter()¶
We have entered the console screen
- on_pre_leave()¶
- output_text¶
text to display in output when the user enters the output screen
- update_output(text, last_line)¶
- orb.screens.console.console_screen.keep(_)¶