fix terminal verbiage

This commit is contained in:
Max 2020-06-18 21:09:14 -04:00
parent 0686f2de14
commit 3b69f5e335
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class curses_terminal(threading.Thread):
def title_help(self):
title_str = "OP25"
help_str = "(f)req (h)old (s)kip (l)ock (q)uit (1-5)plot (,.<>)tune"
help_str = "(f)req (h)old (s)kip (l)ock (q)uit"
self.title_bar.erase()
self.help_bar.erase()
self.title_bar.addstr(0, 0, title_str.center(self.maxx-1, " "), curses.A_REVERSE)