Fixed webbrowser behavior for terminal browsers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user