mirror of https://github.com/aristocratos/bpytop
not False --> True
parent
472185c080
commit
c0d54db2a0
|
@ -5533,7 +5533,7 @@ def main():
|
||||||
#? Switch to alternate screen, clear screen, hide cursor, enable mouse reporting and disable input echo
|
#? Switch to alternate screen, clear screen, hide cursor, enable mouse reporting and disable input echo
|
||||||
Draw.now(Term.alt_screen, Term.clear, Term.hide_cursor, Term.mouse_on, Term.title("BpyTOP"))
|
Draw.now(Term.alt_screen, Term.clear, Term.hide_cursor, Term.mouse_on, Term.title("BpyTOP"))
|
||||||
Term.echo(False)
|
Term.echo(False)
|
||||||
#Term.refresh(force=True)
|
Term.refresh(force=True)
|
||||||
|
|
||||||
#? Start a thread checking for updates while running init
|
#? Start a thread checking for updates while running init
|
||||||
if CONFIG.update_check: UpdateChecker.run()
|
if CONFIG.update_check: UpdateChecker.run()
|
||||||
|
@ -5630,7 +5630,7 @@ def main():
|
||||||
#? Main loop ------------------------------------------------------------------------------------->
|
#? Main loop ------------------------------------------------------------------------------------->
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
while not False:
|
while True:
|
||||||
Term.refresh()
|
Term.refresh()
|
||||||
Timer.stamp()
|
Timer.stamp()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue