diff options
Diffstat (limited to 'scripts/automation/trex_control_plane/console/trex_tui.py')
-rw-r--r-- | scripts/automation/trex_control_plane/console/trex_tui.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/console/trex_tui.py b/scripts/automation/trex_control_plane/console/trex_tui.py index 3a89097f..c8cdaa16 100644 --- a/scripts/automation/trex_control_plane/console/trex_tui.py +++ b/scripts/automation/trex_control_plane/console/trex_tui.py @@ -393,6 +393,7 @@ class TrexTUI(): def clear_screen (self): os.system('clear') + #sys.stderr.write("\x1b[2J\x1b[H") @@ -465,3 +466,4 @@ class TrexTUI(): def get_state (self): return self.state + |