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

@@ -52,6 +52,10 @@ class SubscriptionPage(Page):
self.active = False
def _draw_banner(self):
# Subscriptions can't be sorted, so disable showing the order menu
pass
def _draw_item(self, win, data, inverted):
n_rows, n_cols = win.getmaxyx()
n_cols -= 1 # Leave space for the cursor in the first column