Fixed webbrowser behavior for terminal browsers.

This commit is contained in:
Michael Lazar
2015-05-14 21:51:54 -07:00
parent c419a3fd23
commit 1b6fed2ec3
3 changed files with 40 additions and 12 deletions

View File

@@ -398,9 +398,7 @@ class BasePage(object):
curses.flash()
return
curses.endwin()
text = open_editor(info)
curses.doupdate()
if text == content:
show_notification(self.stdscr, ['Aborted'])
return