tools/kvm_stat: remove unnecessary header redraws
Certain interactive commands will not modify any information displayed in the header, hence we can skip them. Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
81468d73b6
commit
2da9d4aaa7
@ -1140,7 +1140,6 @@ class Tui(object):
|
|||||||
try:
|
try:
|
||||||
char = self.screen.getkey()
|
char = self.screen.getkey()
|
||||||
if char == 'x':
|
if char == 'x':
|
||||||
self.refresh_header()
|
|
||||||
self.update_drilldown()
|
self.update_drilldown()
|
||||||
if char == 'q':
|
if char == 'q':
|
||||||
break
|
break
|
||||||
@ -1158,7 +1157,6 @@ class Tui(object):
|
|||||||
self.show_vm_selection_by_pid()
|
self.show_vm_selection_by_pid()
|
||||||
sleeptime = DELAY_INITIAL
|
sleeptime = DELAY_INITIAL
|
||||||
if char == 'r':
|
if char == 'r':
|
||||||
self.refresh_header()
|
|
||||||
self.stats.reset()
|
self.stats.reset()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user