Added enter command. Make selfpost scroll a little more elegant.

This commit is contained in:
Michael Lazar
2015-02-01 20:27:30 -08:00
parent 4ff4b98236
commit d84b3a5702
3 changed files with 19 additions and 12 deletions

View File

@@ -18,8 +18,7 @@ class SubmissionPage(BasePage):
else:
raise ValueError('Must specify url or submission')
super(SubmissionPage, self).__init__(
stdscr, content, page_index=-1, cursor_index=1)
super(SubmissionPage, self).__init__(stdscr, content, page_index=-1)
def loop(self):