Merge branch 'master' of https://github.com/shanhind/rtv into shanhind-master
This commit is contained in:
@@ -148,5 +148,7 @@ class SubredditPage(BasePage):
|
||||
if row in valid_rows:
|
||||
text = '{author}'.format(**data)
|
||||
win.addnstr(row, 1, text, n_cols-1, curses.A_BOLD)
|
||||
text = ' {flair}'.format(**data)
|
||||
win.addnstr(text, n_cols - 1, curses.A_BOLD | Color.GREEN)
|
||||
text = ' {subreddit}'.format(**data)
|
||||
win.addnstr(text, n_cols - win.getyx()[1], Color.YELLOW)
|
||||
|
||||
Reference in New Issue
Block a user