Removed banner for subscriptions and cleaned up a bunch of unnecessary screen refreshes.

This commit is contained in:
Michael Lazar
2015-12-08 18:22:13 -08:00
parent dd17a1016f
commit 52dfbe786c
4 changed files with 46 additions and 53 deletions

View File

@@ -422,7 +422,6 @@ class Terminal(object):
# Create a separate window for text input
input_win = curses.newwin(1, n_cols-len(prompt), n_rows-1, len(prompt))
input_win.attrset(attr)
input_win.refresh()
if key:
curses.curs_set(1)